updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / vim-highlight / PKGBUILD
blob041249ce346db619bda1197957ca7cf9461ff4bb
1 # Maintainer: bigpool <wutaojiong @ gmail at com>
2 pkgname=vim-highlight
3 pkgver=1.6
4 _scriptid=15438
5 pkgrel=1
6 pkgdesc="Highlight lines or patterns of interest in different colors"
7 arch=(i686 x86_64)
8 url="http://www.vim.org/scripts/script.php?script_id=1599"
9 license=('custom')
10 depends=(vim)
11 groups=('vim-plugins')
12 install=vimdoc.install
13 source=(highlight.vim::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
14         license.txt)
15 md5sums=('8ef564f5c3456cf04a92932ba5192bec'
16          'efbd5986e691ce8c876fb86e8f5961ea')
18 build() {
19     install -Dm755 ${srcdir}/highlight.vim ${pkgdir}/usr/share/vim/vimfiles/plugin/highlight.vim || return 1
20     install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt