updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / vim-protodef / PKGBUILD
blob5eeaa1d9e21654c58ea19d825db90c16123b2710
1 # Maintainer: Karl Kochs <captainhaggy at i2pmail dot org>
2 # Contributor: Laszlo Papp <djszapi @ gmail at com>
3 pkgname=vim-protodef
4 pkgver=0.9.4
5 _scriptid=14048
6 pkgrel=2
7 pkgdesc="Tool to help create skeleton implementations of c++ function prototypes"
8 arch=(i686 x86_64)
9 url="http://www.vim.org/scripts/script.php?script_id=2624"
10 license=('custom')
11 depends=(vim)
12 groups=('vim-plugins')
13 install=vimdoc.install
14 source=(${pkgname}.zip::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
15         license.txt)
16 md5sums=('041664eb516bd3b81280028e2d840142'
17          'efbd5986e691ce8c876fb86e8f5961ea')
19 build() {
20     install -d ${pkgdir}/usr/share/vim/{doc,plugin}
21     install -Dm755 ${srcdir}/${pkgname}/doc/* ${pkgdir}/usr/share/vim/doc/
22     install -Dm755 ${srcdir}/${pkgname}/plugin/* ${pkgdir}/usr/share/vim/plugin/
23     install -Dm755 ${srcdir}/${pkgname}/pullproto.pl ${pkgdir}/usr/share/vim/pullproto.pl
24     install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt