18 lines
641 B
Bash
18 lines
641 B
Bash
# Template file for 'vim-gnupg'
|
|
pkgname=vim-gnupg
|
|
version=2.7.1
|
|
revision=1
|
|
depends="vim-common gnupg"
|
|
short_desc="Plugin for transparent editing of gpg encrypted files"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/jamessan/vim-gnupg"
|
|
distfiles="https://github.com/jamessan/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=c74e0d6e868ea17ed2de9faa01fdcadb0056944c8ed5bab5ef8f1fe8fda3880b
|
|
|
|
do_install() {
|
|
vinstall autoload/gnupg.vim 644 usr/share/vim/vimfiles/autoload
|
|
vinstall doc/gnupg.txt 644 usr/share/vim/vimfiles/doc
|
|
vinstall plugin/gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
|
}
|