# Template file for 'noice' pkgname=noice version=0.4 revision=1 makedepends="ncurses-devel" short_desc="Small file browser" maintainer="Juan RP " license="BSD" homepage="http://git.2f30.org/noice" distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz" checksum=81f7a56cfd09b89cb009cce7046c9a52369e48c1786cdd4dfb221470e68c93d3 do_build() { make CC=$CC CFLAGS="$CFLAGS $LDFLAGS" } do_install() { vbin noice vman noice.1 vlicense LICENSE }