updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / vim-colorsupport / PKGBUILD
blob0c129f011264caa50987fdb2d0767607775364a8
1 # Maintainer: revel <revelΘmuub·net>
2 # Contributor: Laszlo Papp <djszapi @ gmail at com>
4 pkgname=vim-colorsupport
5 pkgver=1.0.3
6 _scriptid=14828
7 pkgrel=1
8 pkgdesc="Use colorschemes written for gvim in color terminals"
9 arch=(i686 x86_64)
10 url="http://www.vim.org/scripts/script.php?script_id=2682"
11 license=('custom')
12 depends=(vim)
13 groups=('vim-plugins')
14 install=vimdoc.install
15 source=(${pkgname}::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
16         license.txt)
18 package() {
19     install -Dm755 ${srcdir}/${pkgname} ${pkgdir}/usr/share/vim/plugin/colorsupport.vim || return 1
20     install -Dm644 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
23 md5sums=('8465cd932cfa1978635a541694b8a72e'
24          'efbd5986e691ce8c876fb86e8f5961ea')
25 sha256sums=('340d5245002e4f966bd1bc75c2b49474f0c0dd320b7312c9a20f894713594f01'
26             '4689a6d3ed3bca186ab8fea8360f32fdbb84f84c82fb21698390202efa7b7d19')