New package: zzzy-1

This commit is contained in:
Daniel Eyßer 2019-04-12 18:27:57 +02:00 committed by maxice8
parent d8176d1817
commit 3fe549be84

21
srcpkgs/zzzy/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'zzzy'
pkgname=zzzy
version=1
revision=1
build_style=gnu-makefile
short_desc="Simple sleep cycle calculator"
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
license="ISC"
homepage="https://github.com/drkhsh/zzzy"
distfiles="https://github.com/drkhsh/zzzy/archive/${version}.tar.gz"
checksum=0adef2e82a4cbcc6985463517c912736542a002139570282f849dc475ebe4bfc
pre_build() {
if [ -e ${FILESDIR}/config.h ]; then
cp ${FILESDIR}/config.h config.h
fi
}
post_install() {
vlicense LICENSE
}