updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / vim-errormarker / PKGBUILD
blob20b59a2fa2052b954fceff6e9c470e260d842143
1 # Maintainer: Zhang Li <msfxzi at sina.com>
2 pkgname=vim-errormarker
3 pkgver=0.1.12
4 pkgrel=1
5 pkgdesc="Highlights and sets error markers for lines with compile errors"
6 arch=(i686 x86_64)
7 url="http://www.vim.org/scripts/script.php?script_id=1861"
8 license=('custom')
9 depends=(vim)
10 groups=('vim-plugins')
11 install=vimdoc.install
12 source=(errormarker.vim::http://www.vim.org/scripts/download_script.php?src_id=13041)
13 md5sums=('05920ac5ce60b0a8cf8bf4b871bf7560')
15 build() {
16     install -Dm755 ${srcdir}/errormarker.vim ${pkgdir}/usr/share/vim/vimfiles/plugin/errormarker.vim || return 1