vp-build/srcpkgs/hebcal/template

17 lines
499 B
Bash

# Template file for 'hebcal'
pkgname=hebcal
version=4.15
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=748c747e2f701c7349cf534675a2d289ffbb2a5c401e48d816b36d7b0e885469
pre_configure() {
aclocal && autoconf && automake --foreign --add-missing
}