1 # Maintainer: Laszlo Papp <djszapi @ gmail at com>
6 pkgdesc="Compiler plugin for python style checking tool"
8 url="http://www.vim.org/scripts/script.php?script_id=891"
10 groups=('vim-plugins')
11 install=vimdoc.install
12 source=(${pkgname}::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
14 md5sums=('25893f585c0d1112ff2250b9c317635b'
15 'efbd5986e691ce8c876fb86e8f5961ea')
18 install -Dm755 ${srcdir}/${pkgname} \
19 ${pkgdir}/usr/share/vim/vimfiles/compiler/pylint.vim || return 1
20 install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt