From d7a6188f74f8b8133456c06a5f4471da7269774d Mon Sep 17 00:00:00 2001 From: LinArcX Date: Sat, 27 Jul 2019 12:27:49 +0430 Subject: [PATCH] New package: jcal-0.4.1 --- srcpkgs/jcal/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/jcal/template diff --git a/srcpkgs/jcal/template b/srcpkgs/jcal/template new file mode 100644 index 00000000000..f6a0357dd01 --- /dev/null +++ b/srcpkgs/jcal/template @@ -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 " +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 +}