18 lines
490 B
Bash
18 lines
490 B
Bash
# 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
|
|
}
|