updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / vim-pydoc / PKGBUILD
blob29f07375c9cbeb941c3a9c966be05951436cfc21
1 # Maintainer: nblock <nblock [/at\] archlinux DOT us>
2 # Contributor: Mineo <the_mineo@web.de>
3 # Contributor: Florian Friesdorf <archlinux@chaoflow.net>
4 # Contributor: Laszlo Papp <djszapi @ gmail at com>
5 # Contributor: Robson R S Peixoto <robsonpeixoto@gmail.com>
7 pkgname=vim-pydoc
8 pkgver=1.3.6
9 _scriptid=14691
10 _name=pydoc.vim
11 pkgrel=1
12 pkgdesc="Search and view python documentation from within vim (uses pydoc)"
13 arch=('any')
14 url="http://www.vim.org/scripts/script.php?script_id=910"
15 license=('GPL')
16 groups=('vim-plugins')
17 # Change python2 to python if you're only using it with pydoc3
18 depends=('vim' 'python2')
19 source=(${_name}::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid})
20 md5sums=('bd02d894bb3a0bd0ece8b64252973b79')
22 build() {
23     install -Dm644 ${srcdir}/${_name} ${pkgdir}/usr/share/vim/vimfiles/ftplugin/python/${_name}
26 # vim:set ts=2 sw=2 et: