snb-git: remove (#2070)

This commit is contained in:
Eivind Uggedal 2015-07-27 07:26:27 +00:00
parent 9b95925ff8
commit c7974f6972

View file

@ -1,28 +0,0 @@
# Template file for 'snb-git'
pkgname=snb-git
version=20150223
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
vman snb.1
vdoc help.md
vlicense LICENSE.txt LICENSE
}