16 lines
467 B
Bash
16 lines
467 B
Bash
# Template file for 'jo'
|
|
pkgname=jo
|
|
version=1.0
|
|
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"
|
|
distfiles="https://github.com/jpmens/jo/releases/download/v${version}/jo-${version}.tar.gz"
|
|
checksum=d66ec97258d1afad15643fb2d5b5e807153a732ba45c2417adc66669acbde52e
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|