441b366af4
[ci skip]
19 lines
537 B
Bash
19 lines
537 B
Bash
# Template file for 'hebcal'
|
|
pkgname=hebcal
|
|
version=4.19
|
|
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=507dde7a173453a56c63fefcafef9eab4d3ab9f5da57473e2a07e538e3d6d831
|
|
|
|
CFLAGS="-fcommon"
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
# aclocal && autoconf && automake --foreign --add-missing
|
|
}
|