mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
noice: update to 0.3.
This commit is contained in:
parent
0b8cf05550
commit
f2f15b0ba7
1 changed files with 6 additions and 4 deletions
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'noice'
|
||||
pkgname=noice
|
||||
version=0.2
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
version=0.3
|
||||
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=2ae75eb4c22d5c87fc90ed8fe3314158e1b51771e2d1515c339fefd2f14b7990
|
||||
checksum=eb119767d9c73430426854c1d756dd0a652e21b33a8d5aa7d9300ae9ec5adfc7
|
||||
|
||||
do_build() {
|
||||
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS"
|
||||
}
|
||||
do_install() {
|
||||
vbin noice
|
||||
vman noice.1
|
||||
|
|
Loading…
Add table
Reference in a new issue