void-packages/srcpkgs/hebcal/template
Toyam Cox 0803670d9d hebcal: update to 4.21.
Closes: #25244 [via git-merge-pr]
2020-10-03 16:23:42 -07:00

19 lines
537 B
Bash

# Template file for 'hebcal'
pkgname=hebcal
version=4.21
revision=1
build_style=gnu-configure
hostmakedepends="automake perl"
short_desc="Perpetual Jewish Calendar"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.hebcal.com/"
distfiles="https://github.com/hebcal/hebcal/archive/v${version}.tar.gz"
checksum=6295bc183d8a9694f2546100909fb0b1943f0acc55c9743937f435f17d47ddbc
CFLAGS="-fcommon"
pre_configure() {
autoreconf -fi
# aclocal && autoconf && automake --foreign --add-missing
}