summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7833f8f43ffa0353dc4bda2c99acb954f7e25c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>

pkgname=vim-glsl
pkgver=1.10.00
pkgrel=1
pkgdesc='Vim syntax highlighting for the OpenGL Shading Language (GLSL)'
arch=('any')
url='http://www.vim.org/scripts/script.php?script_id=1002'
_file='glsl.vim'
source=("${_file}::http://www.vim.org/scripts/download_script.php?src_id=3194")
sha1sums=('37a3284e31d1012e7fdcdc97b37dca4037137693')

package() {
  install -Dm644 "${srcdir}/${_file}" "${pkgdir}"/usr/share/vim/vimfiles/syntax/"${_file}"
}