1 # Maintainer: nblock <nblock [/at\] archlinux DOT us>
2 # Contributor: Florian Friesdorf <archlinux@chaoflow.net>
3 # Contributor: Laszlo Papp <djszapi @ gmail at com>
4 # Contributor: Robson R S Peixoto <robsonpeixoto at gmail dot com>
6 pkgname=vim-pythonhelper
10 _scriptname=pythonhelper.vim
11 pkgdesc="Displays Python class, method or function the cursor is in on the status line"
13 url="http://www.vim.org/scripts/script.php?script_id=435"
15 groups=('vim-plugins')
16 depends=('vim' 'python2')
17 install='vimdoc.install'
18 source=(${_scriptname}::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid})
19 md5sums=('84b9e7c94167eb859b6a729559294869')
22 install -Dm644 ${srcdir}/${_scriptname} ${pkgdir}/usr/share/vim/vimfiles/ftplugin/python/${_scriptname}
25 # vim:set ts=2 sw=2 et: