updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / vim-commentop / PKGBUILD
blobfabc816845b3c4711e3ca15f1f44724ad439630b
1 # Maintainer: Jarek <jarek@eden.rutgers.edu>
2 pkgname=vim-commentop
3 pkgver=1.1.1
4 _scriptid=11064
5 pkgrel=1
6 pkgdesc="commands and operators to comment/uncomment lines in many languages"
7 arch=(i686 x86_64)
8 url="http://www.vim.org/scripts/script.php?script_id=2708"
9 license=('custom')
10 depends=(vim)
11 groups=('vim-plugins')
12 install=vimdoc.install
13 source=(${pkgname}::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
14         license.txt)
15 md5sums=('ef13b4219956683fd540ffd10f567e8c'
16          'efbd5986e691ce8c876fb86e8f5961ea')
18 build() {
19     install -Dm755 ${srcdir}/${pkgname} ${pkgdir}/usr/share/vim/plugin/commentop.vim || return 1
20     install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt