2015-10-18 00:09:38 +02:00
|
|
|
# Template file for 'rover'
|
|
|
|
pkgname=rover
|
2016-01-07 18:03:11 +01:00
|
|
|
version=0.4.1
|
2015-10-18 00:09:38 +02:00
|
|
|
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"
|
2016-01-07 18:03:11 +01:00
|
|
|
checksum=4437321d37f3e552e8abd19ad3d391a4e08472b584179b45d3d1a3a5c24db57b
|
2015-10-18 00:09:38 +02:00
|
|
|
|
|
|
|
do_build() {
|
|
|
|
make ${makejobs}
|
|
|
|
}
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vbin rover
|
|
|
|
vman rover.1
|
|
|
|
}
|