vp-build/srcpkgs/hebcal/template

20 lines
537 B
Bash

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