updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / vim-spring / PKGBUILD
blob5fe838b56529f14f90f9042db35559461e61f12d
1 # Maintainer: Laszlo Papp <djszapi2 at gmail com>
2 pkgname=vim-spring
3 pkgver=1.0
4 _scriptid=9257
5 pkgrel=2
6 pkgdesc="Make your VIM bright with colors, and avoid the eyestrain"
7 arch=(i686 x86_64)
8 url="http://www.vim.org/scripts/script.php?script_id=2303"
9 license=('custom')
10 depends=(vim)
11 groups=('vim-plugins')
12 install=vimdoc.install
13 source=(${pkgname}::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
14         license.txt)
15 md5sums=('d9040f3dda1785dbc1cd6faaff7295b1'
16          'efbd5986e691ce8c876fb86e8f5961ea')
18 build() {
19     install -Dm755 ${srcdir}/${pkgname} ${pkgdir}/usr/share/vim/colors/spring.vim && \
20     install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt