noice: update to 0.6.

This commit is contained in:
Duncaen 2016-08-27 15:52:00 +02:00
parent 8d9032ec09
commit db6ba4adf0

View file

@ -1,20 +1,17 @@
# Template file for 'noice'
pkgname=noice
version=0.5
version=0.6
revision=1
build_style=gnu-makefile
make_install_args="MANPREFIX=/usr/share"
makedepends="ncurses-devel"
short_desc="Small file browser"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD"
homepage="http://git.2f30.org/noice"
distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
checksum=8991e694271388f1e024089a126bd07ae2986ef527a5dc376e6464fd947f277a
checksum=1996e71dd309f83bd2f892b996fa0c2c481949d2e3dd49e4f7649a1fce5ab351
do_build() {
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS"
}
do_install() {
vbin noice
vman noice.1
post_install() {
vlicense LICENSE
}