18 lines
471 B
Bash
18 lines
471 B
Bash
# Template file for 'rover'
|
|
pkgname=rover
|
|
version=1.0.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="ncurses-devel"
|
|
short_desc="Simple file browser for the terminal"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Public Domain"
|
|
homepage="https://github.com/lecram/rover"
|
|
distfiles="https://github.com/lecram/rover/archive/v${version}.tar.gz"
|
|
checksum=d40c684e0504d4a5f2525dd72df89d6bf1a209f8c83a6fc9eaca9f8b9613effa
|
|
|
|
do_install() {
|
|
vbin rover
|
|
vman rover.1
|
|
}
|