New package: zzzy-1
This commit is contained in:
parent
d8176d1817
commit
3fe549be84
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue