mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
vim-gnupg: use github repo.
This commit is contained in:
parent
5f0d0983cd
commit
1e37d02e7f
2 changed files with 5 additions and 7 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'vim-gnupg'
|
# Template file for 'vim-gnupg'
|
||||||
pkgname=vim-gnupg
|
pkgname=vim-gnupg
|
||||||
version=2.6
|
version=2.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=fetch
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
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="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.vim.org/scripts/script.php?script_id=3645"
|
homepage="https://github.com/jamessan/vim-gnupg"
|
||||||
distfiles="http://www.vim.org/scripts/download_script.php?src_id=18070>gnupg.vim"
|
distfiles="https://github.com/jamessan/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=e54935e321941fcb18b98385be48c610f6978d88f616253a12d0e339fb00b5f5
|
checksum=8e408bdbc307caae962ef81383968913bb5c5406a4f4cf977b2625d93522528d
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
vinstall plugin/gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
pattern='<b>\K[\d.]+(?=</b>)'
|
|
Loading…
Add table
Reference in a new issue