18 lines
447 B
Bash
18 lines
447 B
Bash
# Template file for 'noice'
|
|
pkgname=noice
|
|
version=0.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="ncurses-devel"
|
|
short_desc="Small file browser"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="BSD"
|
|
homepage="http://git.2f30.org/noice"
|
|
distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
|
|
checksum=2ae75eb4c22d5c87fc90ed8fe3314158e1b51771e2d1515c339fefd2f14b7990
|
|
|
|
do_install() {
|
|
vbin noice
|
|
vman noice.1
|
|
vlicense LICENSE
|
|
}
|