1 # Maintainer: Laszlo Papp <djszapi @ gmail at com>
2 pkgname=vim-erlang_detectvariables
6 pkgdesc="detect Erlang variables"
8 url="http://www.vim.org/scripts/script.php?script_id=2644"
11 groups=('vim-plugins')
12 install=vimdoc.install
13 source=(${pkgname}.zip::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
15 md5sums=('ccdaa4860b1176de991bc61fb29da05b'
16 'efbd5986e691ce8c876fb86e8f5961ea')
19 install -Dm755 ${srcdir}/erlang.vim ${pkgdir}/usr/share/vim/after/syntax/erlang.vim || return 1
20 install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt