updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / vim-hexhighlight / PKGBUILD
blobb6c453fe426fa0848cc980b57767542442cbebe8
1 # Maintainer SpepS <dreamspepser at yahoo dot it>
3 _name=hexhighlight
4 _scriptid=2937
5 _srcid=12150
6 pkgname=vim-$_name
7 pkgver=0.1
8 pkgrel=1
9 pkgdesc="This plugin looks for hex codes and toggles a highlight in that color."
10 arch=(any)
11 url="http://www.vim.org/scripts/script.php?script_id=$_scriptid"
12 license=('custom')
13 depends=('gvim')
14 groups=('vim-plugins')
15 install="vimdoc.install"
16 source=("$_name.vim::http://www.vim.org/scripts/download_script.php?src_id=$_srcid"
17         "license.txt")
18 md5sums=('a179da37fdba9e99c99ca522811f4108'
19          '9cbc86548400621ea7ad55d4386d81e2')
21 build() {
22     install -Dm644 "$srcdir/$_name.vim" \
23         "$pkgdir/usr/share/vim/vimfiles/plugin/$_name.vim"
24     install -Dm644 "$srcdir/license.txt" \
25         "$pkgdir/usr/share/licenses/$pkgname/license.txt"