updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / vim-gas / PKGBUILD
blob023dbd29182e73dbb6ef1ad33c86738e537c168f
1 # Maintainer: Rickey Visinski <rickeyvisinski at gmail dot com>
2 # Created by: Rene Köcher <shirk at bitspin.org>
4 pkgname=vim-gas
5 pkgver=0.8
6 _scriptid=11980
7 pkgrel=3
8 pkgdesc="Updated GAS Asm highlighting"
9 arch=(i686 x86_64)
10 url="http://www.vim.org/scripts/script.php?script_id=2863"
11 license=('unknown')
12 depends=('vim')
13 groups=('vim-plugins')
14 install=vimdoc.install
15 source=(gas.vim::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid})
16 md5sums=('f44c77f3784079987289e4863355e436')
18 build() {
19     install -Dm755 ${srcdir}/gas.vim ${pkgdir}/usr/share/vim/vimfiles/syntax/asm.vim