Merge pull request #2778 from diogoleal/rover

New package: rover-0.4.0
This commit is contained in:
Juan RP 2015-10-21 07:57:03 +02:00
commit 1d100d2336

21
srcpkgs/rover/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'rover'
pkgname=rover
version=0.4.0
revision=1
#build_style=gnu-makefile
makedepends="ncurses-devel"
short_desc="Simple file browser for the terminal"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="Public Domain"
homepage="https://github.com/lecram/rover"
distfiles="https://github.com/lecram/rover/archive/v${version}.tar.gz"
checksum=f80c982cc7ebe873527f3725ec10a1288fecc8e5b5095d63415b6c261c10c2f4
do_build() {
make ${makejobs}
}
do_install() {
vbin rover
vman rover.1
}