mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
rover: update to 1.0.0
This commit is contained in:
parent
9acd2e08f1
commit
93a3c49158
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rover'
|
# Template file for 'rover'
|
||||||
pkgname=rover
|
pkgname=rover
|
||||||
version=0.4.2
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Simple file browser for the terminal"
|
short_desc="Simple file browser for the terminal"
|
||||||
|
@ -8,7 +8,7 @@ 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=2e3521487ccae06e38be40e182a0f1ddcbbe395474e47753fbdcae02d25f03a7
|
checksum=f2e6629107f80cc71e64cf1f2c79afe8c76d3aa0d53074bd221e5ddcda895a4e
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} LDLIBS="-lncursesw"
|
make ${makejobs} LDLIBS="-lncursesw"
|
||||||
|
|
Loading…
Add table
Reference in a new issue