vim-gnupg: switch to build_style=fetch.
This commit is contained in:
parent
e3dbf2cc54
commit
f86a8141a8
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'vim-gnupg'
|
||||
pkgname=vim-gnupg
|
||||
version=2.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=fetch
|
||||
noarch=yes
|
||||
depends="gnupg"
|
||||
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"
|
||||
distfiles="http://www.vim.org/scripts/download_script.php?src_id=18070>gnupg.vim"
|
||||
checksum=e54935e321941fcb18b98385be48c610f6978d88f616253a12d0e339fb00b5f5
|
||||
skip_extraction="gnupg.vim"
|
||||
wrksrc=$pkgname
|
||||
create_wrksrc=yes
|
||||
|
||||
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…
Reference in New Issue