mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: noice-0.1
This commit is contained in:
parent
a50c32ed44
commit
443183138b
1 changed files with 19 additions and 0 deletions
19
srcpkgs/noice/template
Normal file
19
srcpkgs/noice/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'noice'
|
||||||
|
pkgname=noice
|
||||||
|
version=0.1
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
makedepends="ncurses-devel"
|
||||||
|
short_desc="Small file browser"
|
||||||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="http://git.2f30.org/noice"
|
||||||
|
distfiles="http://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=28ae08a3a90d060e0efe792b40d30c739ea239b9735a784f12c91d0c25c9f8b7
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin noice
|
||||||
|
vman noice.1
|
||||||
|
vlicense LICENSE
|
||||||
|
vdoc README
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue