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