18 lines
512 B
Bash
18 lines
512 B
Bash
# Template file for 'sunwait'
|
|
pkgname=sunwait
|
|
reverts="0.20041208_1 0.20041208_2"
|
|
version=0.9.1
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
short_desc="Small C program calculating sunrise and sunset"
|
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="http://www.risacher.org/sunwait/"
|
|
distfiles="https://github.com/risacher/sunwait/archive/${version}.tar.gz"
|
|
checksum=02fe8165a60ede67f1d0dc98acf4dfbe40865a215d9bd039f57806f1e100b406
|
|
|
|
do_install() {
|
|
vbin sunwait
|
|
}
|