updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / vim-nginx / PKGBUILD
blobe11ffecbebbef5c7cab31fa9270bd1dd0f52d9b5
1 # Maintainer: Thomas Weißschuh <thomas_weissschuh@lavabit.com>
2 # Contributor: cga <cga@cga.cx>
4 pkgname=vim-nginx
5 pkgver=0.3.2
6 pkgrel=4
7 pkgdesc="Nginx syntax highlight for vim"
8 _revid="14376"
9 arch=('any')
10 url="http://www.vim.org/scripts/script.php?script_id=1886"
11 license=('custom')
12 depends=('vim')
13 groups=('vim-plugins')
15 source=("nginx-${pkgver}.vim::http://www.vim.org/scripts/download_script.php?src_id=14376"
16   ftdetect.vim)
18 package() {
19   cd "${srcdir}"
20   install -Dm644 nginx-${pkgver}.vim "${pkgdir}/usr/share/vim/vimfiles/syntax/nginx.vim"
21   install -Dm644 ftdetect.vim "${pkgdir}/usr/share/vim/vimfiles/ftdetect/nginx.vim"
23 sha1sums=('97854e8ec7ed51738e17dae2c86085cdf948eef5'
24           '2883547456518b551c6ec8e9d4087d0c7653174b')