void-packages/srcpkgs/rover/template
2016-01-07 15:03:11 -02:00

22 lines
507 B
Bash

# Template file for 'rover'
pkgname=rover
version=0.4.1
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=4437321d37f3e552e8abd19ad3d391a4e08472b584179b45d3d1a3a5c24db57b
do_build() {
make ${makejobs}
}
do_install() {
vbin rover
vman rover.1
}