22 lines
513 B
Bash
22 lines
513 B
Bash
# 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
|
|
}
|