diff --git a/srcpkgs/hebcal/template b/srcpkgs/hebcal/template new file mode 100644 index 00000000000..d847c8e2d3e --- /dev/null +++ b/srcpkgs/hebcal/template @@ -0,0 +1,16 @@ +# Template file for 'hebcal' +pkgname=hebcal +version=4.13 +revision=1 +build_style=gnu-configure +hostmakedepends="automake perl" +short_desc="Perpetual Jewish Calendar" +maintainer="Toyam Cox " +license="GPL-2" +homepage="https://www.hebcal.com/" +distfiles="https://github.com/hebcal/hebcal/archive/v${version}.tar.gz" +checksum=7b2e69b0e400ffd727fd818d926484c3f15a51cd6b325cea2483354501d6fce9 + +pre_configure() { + aclocal && autoconf && automake --foreign --add-missing +}