vim-gnupg: install all files.
This commit is contained in:
parent
a547f8888c
commit
8604846885
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vim-gnupg'
|
||||
pkgname=vim-gnupg
|
||||
version=2.7.0
|
||||
revision=1
|
||||
revision=2
|
||||
depends="vim-common gnupg"
|
||||
short_desc="Plugin for transparent editing of gpg encrypted files"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -11,5 +11,7 @@ distfiles="https://github.com/jamessan/${pkgname}/archive/v${version}.tar.gz"
|
|||
checksum=cba87e6bf7ded161100f0789a374957710ac14e3b13faedd7731631048f71fe6
|
||||
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue