2014-07-03 19:05:20 +00:00
|
|
|
# Template file for 'vim-gnupg'
|
|
|
|
pkgname=vim-gnupg
|
|
|
|
version=2.5
|
2014-07-12 15:58:07 +00:00
|
|
|
revision=2
|
|
|
|
build_style=fetch
|
2014-07-03 19:05:20 +00:00
|
|
|
noarch=yes
|
|
|
|
depends="gnupg"
|
|
|
|
short_desc="Plugin for transparent editing of gpg encrypted files"
|
|
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://www.vim.org/scripts/script.php?script_id=3645"
|
2014-10-31 14:27:14 +00:00
|
|
|
update_pattern='<b>\K[\d.]+(?=</b>)'
|
2014-07-03 19:05:20 +00:00
|
|
|
distfiles="http://www.vim.org/scripts/download_script.php?src_id=18070>gnupg.vim"
|
|
|
|
checksum=e54935e321941fcb18b98385be48c610f6978d88f616253a12d0e339fb00b5f5
|
|
|
|
|
|
|
|
do_install() {
|
2014-11-23 13:13:32 +00:00
|
|
|
vinstall gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
2014-07-03 19:05:20 +00:00
|
|
|
}
|