1 # Maintainer: Thomas Weißschuh <thomas_weissschuh@lavabit.com>
2 # Contributor: cga <cga@cga.cx>
7 pkgdesc="Nginx syntax highlight for vim"
10 url="http://www.vim.org/scripts/script.php?script_id=1886"
13 groups=('vim-plugins')
15 source=("nginx-${pkgver}.vim::http://www.vim.org/scripts/download_script.php?src_id=14376"
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')