void-packages/srcpkgs/hebcal/template
2018-08-28 14:26:35 -04:00

16 lines
499 B
Bash

# Template file for 'hebcal'
pkgname=hebcal
version=4.14
revision=1
build_style=gnu-configure
hostmakedepends="automake perl"
short_desc="Perpetual Jewish Calendar"
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="GPL-2.0-or-later"
homepage="https://www.hebcal.com/"
distfiles="https://github.com/hebcal/hebcal/archive/v${version}.tar.gz"
checksum=84306f4bc4f665459593471be14ee2c18af1c932fc90a1b6a3a0b854dae67be4
pre_configure() {
aclocal && autoconf && automake --foreign --add-missing
}