updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / vim-comments / PKGBUILD
blob43e19c51be796f7ed62809aade32ca05b3d28662
1 # Contributor: Jonathan Squirawski <webmaster@sky-siteweb.com>
2 pkgname=vim-comments
3 pkgver=2.12
4 pkgrel=3
5 pkgdesc="Plugin to comment and un-comment lines in different source files in both normal and visual mode."
6 arch=('i686' 'x86_64')
7 url="http://www.vim.org/scripts/script.php?script_id=1528"
8 license=('custom:none')
9 groups=(vim-plugins)
10 depends=(vim)
11 makedepends=()
13 _srcid=9801
14 _vimfile=comments.vim
15 source=(http://www.vim.org/scripts/download_script.php?src_id=$_srcid)
17 build() {
18   cd $startdir/src
20   install -D -m644 download_script.php?src_id=$_srcid $startdir/pkg/usr/share/vimfiles/plugin/$_vimfile || return 1
22 md5sums=('83925d5459bb4e033f2773ee3d4fd85e')