updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / vim-ctk / PKGBUILD
blobd7a4b72ac398677731edae536fe067634467060d
1 # Maintainer: Andreas B. Wagner <AndreasBWagner@pointfree.net>
2 # Contributor: Laszlo Papp <djszapi @ gmail at com>
3 pkgname=vim-ctk
4 pkgver=0.6
5 _scriptid=15260
6 pkgrel=1
7 pkgdesc="Fast compile and run plugin for Vim"
8 arch=(i686 x86_64)
9 url="http://www.vim.org/scripts/script.php?script_id=2618"
10 license=('custom')
11 depends=(vim)
12 groups=('vim-plugins')
13 install=vimdoc.install
14 source=(${pkgname}.vba.gz::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
15 license.txt)
17 build() {
18         vim -c "UseVimball $srcdir" -c "q" ${pkgname}.vba
19         install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
22 md5sums=('a4ed1f25bc5762de508d992bc5a69fee'
23          'efbd5986e691ce8c876fb86e8f5961ea')