updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / vim-echofunc / PKGBUILD
blob9efd6c6da65149152af99efc5afd2cb33567b1a3
1 # Maintainer: Laszlo Papp <djszapi @ gmail at com>
2 pkgname=vim-echofunc
3 pkgver=1.30
4 _scriptid=16637
5 pkgrel=1
6 pkgdesc="Echo the function declaration in the command line for C/C++"
7 arch=(any)
8 url="http://www.vim.org/scripts/script.php?script_id=1735"
9 license=('custom')
10 depends=(vim)
11 groups=('vim-plugins')
12 install=vimdoc.install
13 source=(echofunc.vim::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
14         license.txt)
15 md5sums=('141c2f20ca3d2bb09990b92ae420cf21'
16          'efbd5986e691ce8c876fb86e8f5961ea')
18 build() {
19     install -Dm755 ${srcdir}/echofunc.vim ${pkgdir}/usr/share/vim/vimfiles/plugin/echofunc.vim || return 1
20     install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt