rover: pass LDFLAGS.

This commit is contained in:
Christian Neukirchen 2016-05-27 15:13:32 +02:00
parent cd78b8e9b1
commit bcba54d050

View file

@ -1,8 +1,7 @@
# Template file for 'rover'
pkgname=rover
version=0.4.1
revision=1
#build_style=gnu-makefile
revision=2
makedepends="ncurses-devel"
short_desc="Simple file browser for the terminal"
maintainer="Diogo Leal <diogo@diogoleal.com>"
@ -12,7 +11,7 @@ distfiles="https://github.com/lecram/rover/archive/v${version}.tar.gz"
checksum=4437321d37f3e552e8abd19ad3d391a4e08472b584179b45d3d1a3a5c24db57b
do_build() {
make ${makejobs}
make ${makejobs} LDLIBS="-lncursesw $LDFLAGS"
}
do_install() {