1 # Maintainer: Laszlo Papp <djszapi @ gmail at com>
2 # Maintainer: apkawa <apkawa@gmail.com>
7 pkgdesc="Adds support for the mako python template engine to vim."
9 url="http://www.vim.org/scripts/script.php?script_id=1858"
12 groups=('vim-plugins')
13 install=vimdoc.install
14 source=(${pkgname}::http://www.vim.org/scripts/download_script.php?src_id=9244
18 install -Dm755 ${srcdir}/${pkgname} ${pkgdir}/usr/share/vim/syntax/mako.vim || return 1
19 install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
22 md5sums=('13773e622f846c768611e1763532ded6'
23 'efbd5986e691ce8c876fb86e8f5961ea')