16 lines
477 B
Bash
16 lines
477 B
Bash
# Template file for 'jo'
|
|
pkgname=jo
|
|
version=1.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake"
|
|
short_desc="Small utility to create JSON objects"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/jpmens/jo"
|
|
license="GPL-2.0-or-later"
|
|
distfiles="https://github.com/jpmens/jo/releases/download/${version}/jo-${version}.tar.gz"
|
|
checksum=36ec2fc4937c6478467684b18f0b213ff7267d34f5626cd5a0996a39ca64adae
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|