mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'vim-gnupg'
|
||||||
pkgname=vim-gnupg
|
pkgname=vim-gnupg
|
||||||
version=2.7.0
|
version=2.7.0
|
||||||
revision=1
|
revision=2
|
||||||
depends="vim-common gnupg"
|
depends="vim-common gnupg"
|
||||||
short_desc="Plugin for transparent editing of gpg encrypted files"
|
short_desc="Plugin for transparent editing of gpg encrypted files"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -11,5 +11,7 @@ distfiles="https://github.com/jamessan/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=cba87e6bf7ded161100f0789a374957710ac14e3b13faedd7731631048f71fe6
|
checksum=cba87e6bf7ded161100f0789a374957710ac14e3b13faedd7731631048f71fe6
|
||||||
|
|
||||||
do_install() {
|
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
|
vinstall plugin/gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue