17 lines
534 B
Bash
17 lines
534 B
Bash
# Template file for 'vim-gnupg'
|
|
pkgname=vim-gnupg
|
|
version=2.6.1
|
|
revision=1
|
|
archs=noarch
|
|
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=6e9d75febd13cc533153e5e01b00593fa91f8bbcf1ec19a9029dd994e2f65508
|
|
|
|
do_install() {
|
|
vinstall plugin/gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
|
}
|