mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
vim-gnupg: switch to build_style=fetch.
This commit is contained in:
parent
e3dbf2cc54
commit
f86a8141a8
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'vim-gnupg'
|
# Template file for 'vim-gnupg'
|
||||||
pkgname=vim-gnupg
|
pkgname=vim-gnupg
|
||||||
version=2.5
|
version=2.5
|
||||||
revision=1
|
revision=2
|
||||||
|
build_style=fetch
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="gnupg"
|
depends="gnupg"
|
||||||
short_desc="Plugin for transparent editing of gpg encrypted files"
|
short_desc="Plugin for transparent editing of gpg encrypted files"
|
||||||
|
@ -10,10 +11,7 @@ license="GPL-2"
|
||||||
homepage="http://www.vim.org/scripts/script.php?script_id=3645"
|
homepage="http://www.vim.org/scripts/script.php?script_id=3645"
|
||||||
distfiles="http://www.vim.org/scripts/download_script.php?src_id=18070>gnupg.vim"
|
distfiles="http://www.vim.org/scripts/download_script.php?src_id=18070>gnupg.vim"
|
||||||
checksum=e54935e321941fcb18b98385be48c610f6978d88f616253a12d0e339fb00b5f5
|
checksum=e54935e321941fcb18b98385be48c610f6978d88f616253a12d0e339fb00b5f5
|
||||||
skip_extraction="gnupg.vim"
|
|
||||||
wrksrc=$pkgname
|
|
||||||
create_wrksrc=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall ${XBPS_SRCDISTDIR}/${pkgname}-${version}/gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
vinstall gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue