16 lines
500 B
Bash
16 lines
500 B
Bash
# Template file for 'hebcal'
|
|
pkgname=hebcal
|
|
version=4.16
|
|
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=78c212f34b4aaf3f683b0c961d9d9f0a42bdd5666dece58f9029e3908c2f1c0f
|
|
|
|
pre_configure() {
|
|
aclocal && autoconf && automake --foreign --add-missing
|
|
}
|