updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / vim-plumbing / PKGBUILD
blob73b722f5da642dfd1d8221bcb9196ec49cad80f6
1 # Maintainer: Andreas B Wagner <AndreasBWagner@gmail.com>
2 # Contributor: Laszlo Papp <djszapi @ gmail at com>
3 pkgname=vim-plumbing
4 pkgver=1.2
5 _scriptid=10735
6 pkgrel=1
7 pkgdesc="Syntax highlighting for Plan 9 plumbing files"
8 arch=(i686 x86_64)
9 url="http://www.vim.org/scripts/script.php?script_id=2661"
10 license=('custom')
11 depends=(vim)
12 groups=('vim-plugins')
13 install=vimdoc.install
14 source=(${pkgname}::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
15         license.txt)
16 md5sums=('bc414a64a09c2794f4d2586922535317'
17          'efbd5986e691ce8c876fb86e8f5961ea')
19 build() {
20     install -Dm755 ${srcdir}/${pkgname} ${pkgdir}/usr/share/vim/after/syntax/plumbing.vim || return 1
21     install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt