void-packages/srcpkgs/noice/template
2016-03-11 16:52:20 +01:00

21 lines
479 B
Bash

# Template file for 'noice'
pkgname=noice
version=0.5
revision=1
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
do_build() {
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS"
}
do_install() {
vbin noice
vman noice.1
vlicense LICENSE
}