New package: rover-0.4.0

This commit is contained in:
Diogo Leal 2015-10-17 19:09:38 -03:00
parent 48f4cc3cce
commit 0a50c590c2

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
}