void-packages/srcpkgs/noice/template
2016-01-29 08:27:30 +01:00

21 lines
479 B
Bash

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