# 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/jgarte/zzzy"
distfiles="https://github.com/jgarte/zzzy/archive/refs/tags/${version}.tar.gz"
checksum=0adef2e82a4cbcc6985463517c912736542a002139570282f849dc475ebe4bfc

pre_build() {
	if [ -e ${FILESDIR}/config.h ]; then
		cp ${FILESDIR}/config.h config.h
	fi
}

post_install() {
	vlicense LICENSE
}
