1 # Maintainer: Andreas B. Wagner <AndreasBWagner@pointfree.net>
2 # Contributor: Laszlo Papp <djszapi @ gmail at com>
7 pkgdesc="Fast compile and run plugin for Vim"
9 url="http://www.vim.org/scripts/script.php?script_id=2618"
12 groups=('vim-plugins')
13 install=vimdoc.install
14 source=(${pkgname}.vba.gz::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
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')