updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / vim-lustyexplorer / PKGBUILD
blob6821248cbc4c75bfa64e92e3289425efb3cb0f4f
1 # Contributor lang2
2 # Maintainer: Laszlo Papp <djszapi2 at gmail com>
3 pkgname=vim-lustyexplorer
4 pkgver=1.4.1
5 _srcid=10797
6 _vimfile=lusty-explorer.vim
7 pkgrel=3
8 pkgdesc="Dynamic filesystem and buffer explorer."
9 arch=('i686' 'x86_64')
10 url="http://www.vim.org/scripts/script.php?script_id=1890"
11 depends=('vim')
12 license=('custom')
13 groups=('vim-plugins')
14 install=vimdoc.install
15 source=($_vimfile::http://www.vim.org/scripts/download_script.php?src_id=$_srcid
16         license.txt)
17 md5sums=('2661a6a6df854afab19116e5b9d9fa18'
18          'efbd5986e691ce8c876fb86e8f5961ea')
20 build() {
21   install -Dm755 ${srcdir}/${_vimfile} ${pkgdir}/usr/share/vim/plugin/$_vimfile || return 1
22   install -Dm644 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt