updated on Wed Jan 18 16:10:53 UTC 2012
[aur-mirror.git] / vim-srcexpl / PKGBUILD
blobd9db15a8c0cccaa4aa3fefddd4e5489f918a6b88
1 # Maintainer: Alexey Manaev <alex dot manaev at gmail dot com>
3 pkgname=vim-srcexpl
4 pkgver=4.3
5 _scriptid=14003
6 pkgrel=1
7 pkgdesc="A Source code Explorer based on tags works like context window in Source Insight"
8 arch=(i686 x86_64)
9 url="http://www.vim.org/scripts/download_script.php?src_id=14003"
10 license=('custom')
11 depends=(vim)
12 groups=('vim-plugins')
13 install=vimdoc.install
14 source=(${pkgname}::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
15         license.txt)
16 md5sums=('779a7ab97b4dc6747446fa4e4aebaf90'
17          'efbd5986e691ce8c876fb86e8f5961ea')
19 build() {
20     install -Dm755 ${srcdir}/${pkgname} ${pkgdir}/usr/share/vim/vimfiles/plugin/srcexpl.vim && \
21     install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt