rover: update to 1.0.1.
This commit is contained in:
parent
53b3a81a0a
commit
caf25f54eb
1 changed files with 3 additions and 6 deletions
|
@ -1,18 +1,15 @@
|
|||
# Template file for 'rover'
|
||||
pkgname=rover
|
||||
version=1.0.0
|
||||
version=1.0.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=f2e6629107f80cc71e64cf1f2c79afe8c76d3aa0d53074bd221e5ddcda895a4e
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} LDLIBS="-lncursesw"
|
||||
}
|
||||
checksum=d40c684e0504d4a5f2525dd72df89d6bf1a209f8c83a6fc9eaca9f8b9613effa
|
||||
|
||||
do_install() {
|
||||
vbin rover
|
||||
|
|
Loading…
Reference in a new issue