noice: update to 0.6.
This commit is contained in:
parent
8d9032ec09
commit
db6ba4adf0
1 changed files with 5 additions and 8 deletions
|
@ -1,20 +1,17 @@
|
||||||
# Template file for 'noice'
|
# Template file for 'noice'
|
||||||
pkgname=noice
|
pkgname=noice
|
||||||
version=0.5
|
version=0.6
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_install_args="MANPREFIX=/usr/share"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Small file browser"
|
short_desc="Small file browser"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://git.2f30.org/noice"
|
homepage="http://git.2f30.org/noice"
|
||||||
distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
|
distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
|
||||||
checksum=8991e694271388f1e024089a126bd07ae2986ef527a5dc376e6464fd947f277a
|
checksum=1996e71dd309f83bd2f892b996fa0c2c481949d2e3dd49e4f7649a1fce5ab351
|
||||||
|
|
||||||
do_build() {
|
post_install() {
|
||||||
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS"
|
|
||||||
}
|
|
||||||
do_install() {
|
|
||||||
vbin noice
|
|
||||||
vman noice.1
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue