mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
16 lines
609 B
Bash
16 lines
609 B
Bash
|
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
|
||
|
pkgname=vimpager
|
||
|
pkgver=1.1
|
||
|
pkgrel=2
|
||
|
pkgdesc="A vim-based script to use as a PAGER."
|
||
|
arch=('any')
|
||
|
url="http://www.vim.org/scripts/script.php?script_id=1723"
|
||
|
license=('custom:vim')
|
||
|
depends=('vim')
|
||
|
source=('http://www.vim.org/scripts/download_script.php?src_id=10663' license.txt)
|
||
|
build() {
|
||
|
install -Dm755 "$srcdir"/download_script.php\?src_id=10663 "$pkgdir"/usr/bin/vimpager
|
||
|
install -Dm644 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
|
||
|
}
|
||
|
md5sums=('15606816ce017859cc635d75640293d7' 'cd49910a3dde6fe0a7e24ebe8cbf7066')
|