updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / vim-showmarks / PKGBUILD
blob8fea823b626c9c322b5adba7645535d67b9b997c
1 # Maintainer: Laszlo Papp <djszapi @ gmail at com>
2 pkgname=vim-showmarks
3 pkgver=2.2
4 _scriptid=3342
5 pkgrel=2
6 pkgdesc="Visually shows the location of marks."
7 arch=(any)
8 url="http://www.vim.org/scripts/script.php?script_id=152"
9 license=('custom')
10 depends=(vim)
11 groups=('vim-plugins')
12 install=vimdoc.install
13 source=(showmarks.vim::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
14         license.txt)
15 md5sums=('e2d683898c601e89f485d23c481ddbdd'
16          'efbd5986e691ce8c876fb86e8f5961ea')
18 build() {
19     install -Dm755 ${srcdir}/showmarks.vim ${pkgdir}/usr/share/vim/vimfiles/plugin/showmarks.vim || return 1
20     install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt