updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / vim-sudo / PKGBUILD
blob0a42b0348ad925e0674a5b1bf1ac839f3a5467df
1 # Maintainer : Bob Fanger < bfanger(at)gmail >
3 pkgname=vim-sudo
4 pkgver=2.0
5 pkgrel=4
6 pkgdesc="Adding the ability to read and write one file with root privileges without running vim as root (:w sudo:/etc/rc.conf)"
7 arch=(i686 x86_64)
8 license="unknown"
9 url="http://www.vim.org/scripts/script.php?script_id=729"
10 depends=(vim sudo)
11 groups=('vim-plugins')
12 source=(http://www.vim.org/scripts/download_script.php?src_id=3477)
13 md5sums=('5bc1ddb421172b616d1e8829fe063ffd')
15 build()
17   cd "${srcdir}"
18   install -D -m644 "download_script.php?src_id=3477" "$startdir/pkg/usr/share/vim/vimfiles/plugin/sudo.vim"