mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
rover: update to 0.4.2.
This commit is contained in:
parent
06eabfd45c
commit
6bf05aca8d
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'rover'
|
# Template file for 'rover'
|
||||||
pkgname=rover
|
pkgname=rover
|
||||||
version=0.4.1
|
version=0.4.2
|
||||||
revision=2
|
revision=1
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Simple file browser for the terminal"
|
short_desc="Simple file browser for the terminal"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://github.com/lecram/rover"
|
homepage="https://github.com/lecram/rover"
|
||||||
distfiles="https://github.com/lecram/rover/archive/v${version}.tar.gz"
|
distfiles="https://github.com/lecram/rover/archive/v${version}.tar.gz"
|
||||||
checksum=4437321d37f3e552e8abd19ad3d391a4e08472b584179b45d3d1a3a5c24db57b
|
checksum=2e3521487ccae06e38be40e182a0f1ddcbbe395474e47753fbdcae02d25f03a7
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} LDLIBS="-lncursesw $LDFLAGS"
|
make ${makejobs} LDLIBS="-lncursesw"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue