17 lines
533 B
Bash
17 lines
533 B
Bash
# Template file for 'vim-gnupg'
|
|
pkgname=vim-gnupg
|
|
version=2.6
|
|
revision=2
|
|
noarch=yes
|
|
depends="vim-common gnupg"
|
|
short_desc="Plugin for transparent editing of gpg encrypted files"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="https://github.com/jamessan/vim-gnupg"
|
|
distfiles="https://github.com/jamessan/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=8e408bdbc307caae962ef81383968913bb5c5406a4f4cf977b2625d93522528d
|
|
|
|
do_install() {
|
|
vinstall plugin/gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
|
}
|