New package: rover-0.4.0
This commit is contained in:
parent
48f4cc3cce
commit
0a50c590c2
1 changed files with 21 additions and 0 deletions
21
srcpkgs/rover/template
Normal file
21
srcpkgs/rover/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue