void-packages/srcpkgs/hebcal/template
2018-02-11 23:58:28 -05:00

16 lines
485 B
Bash

# 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
}