21 lines
507 B
Bash
21 lines
507 B
Bash
# 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
|
|
}
|