New package: hebcal-4.13

This commit is contained in:
Toyam Cox 2018-02-11 23:57:50 -05:00
parent 8d9601142a
commit 46c7d1965d

16
srcpkgs/hebcal/template Normal file
View file

@ -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 <Vaelatern@gmail.com>"
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
}