New package: vimpager-2.06

Closes: #5554 [via git-merge-pr]
This commit is contained in:
ivierlin 2017-01-15 00:11:55 +01:00 committed by Toyam Cox
parent 59118f9e2d
commit 38afeb88f8
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,2 @@
To use vimpager as intended you need to install a vim package and may want
to tell your shell to use vimpager instead of less.

16
srcpkgs/vimpager/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'vimpager'
pkgname=vimpager
version=2.06
revision=1
build_style=gnu-makefile
hostmakedepends="sharutils pandoc"
short_desc="Pager using vim and less.vim"
maintainer="ivierlin <github@ivierlin.de>"
license="BSD"
homepage="https://github.com/rkitover/vimpager"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=cc616d0840a6f2501704eea70de222ab662421f34b2da307e11fb62aa70bda5d
post_install() {
vlicense LICENSE
}