New package: jcal-0.4.1

This commit is contained in:
LinArcX 2019-07-27 12:27:49 +04:30 committed by Helmut Pozimski
parent b429119c3b
commit dd2c1967c2

18
srcpkgs/jcal/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'jcal'
pkgname=jcal
version=0.4.1
revision=1
build_wrksrc="sources"
build_style=gnu-configure
hostmakedepends="automake libtool"
makedepends="readline-devel"
short_desc="Jalali Calendar Library"
maintainer="linarcx <linarcx@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/fzerorubigd/jcal"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=b55edc605eda0a5b25b8009391dcaeb3c8ba88d1fb3337a071f555983a114c12
pre_configure() {
./autogen.sh
}