17 lines
518 B
Bash
17 lines
518 B
Bash
# Template file for 'hebcal'
|
|
pkgname=hebcal
|
|
version=4.18
|
|
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=acc631d92ae030f64506c8309edc74bc0a7366150e4f881a2736b65f4972f4f3
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
# aclocal && autoconf && automake --foreign --add-missing
|
|
}
|