updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / vim-pythonhelper / PKGBUILD
blob4d3c37ded1c1d009fd9bfe352b8f5ee8bb9ff048
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
7 pkgver=0.83
8 pkgrel=4
9 _scriptid=12010
10 _scriptname=pythonhelper.vim
11 pkgdesc="Displays Python class, method or function the cursor is in on the status line"
12 arch=('any')
13 url="http://www.vim.org/scripts/script.php?script_id=435"
14 license=('unknown')
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')
21 build() {
22   install -Dm644 ${srcdir}/${_scriptname} ${pkgdir}/usr/share/vim/vimfiles/ftplugin/python/${_scriptname}
25 # vim:set ts=2 sw=2 et: