updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / vim-supercat / PKGBUILD
blob81f3bee674445014c8b73610e8d76aa13166a7ed
1 # Maintainer: Laszlo Papp <djszapi @ gmail at com>
2 pkgname=vim-supercat
3 pkgver=1.0
4 _scriptid=1026
5 pkgrel=1
6 pkgdesc="Syntax for supercat configuration files"
7 arch=(i686 x86_64)
8 url="http://www.vim.org/scripts/script.php?script_id=2676"
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=('e03dd1a650d199556ad89f1642cdc158'
16          'efbd5986e691ce8c876fb86e8f5961ea')
18 build() {
19     install -Dm755 ${srcdir}/${pkgname} ${pkgdir}/usr/share/vim/after/syntax/supercat.vim || return 1
20     install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt