New package: snb-git-20150102.

This commit is contained in:
Eivind Uggedal 2015-01-02 14:57:55 +00:00
parent a47a54996d
commit 99453793e2

27
srcpkgs/snb-git/template Normal file
View file

@ -0,0 +1,27 @@
# Template file for 'snb-git'
pkgname=snb-git
version=20150102
revision=1
build_style=gnu-makefile
hostmakedepends="git"
makedepends="ncurses-devel"
short_desc="Simple hierarchical notebook"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="BSD"
homepage="https://github.com/drbig/snb"
provides="snb-${version}_${revision}"
do_fetch() {
git clone ${homepage} ${pkgname}-${version}
}
pre_build() {
sed -e "/^CC=.*/d" -i Makefile
sed -e "s|^CFLAGS=.*|CFLAGS=$CFLAGS|" -i Makefile
}
do_install() {
vbin bin/snb
vdoc help.md
vlicense LICENSE.txt LICENSE
}