2016-03-08 13:33:10 +01:00
|
|
|
# Template file for 'jo'
|
|
|
|
pkgname=jo
|
2016-03-12 01:20:00 +01:00
|
|
|
version=1.0
|
2016-03-08 13:33:10 +01:00
|
|
|
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"
|
2016-03-10 12:23:10 +01:00
|
|
|
license="GPL-2"
|
2016-03-08 13:33:10 +01:00
|
|
|
distfiles="https://github.com/jpmens/jo/releases/download/v${version}/jo-${version}.tar.gz"
|
2016-03-12 01:20:00 +01:00
|
|
|
checksum=d66ec97258d1afad15643fb2d5b5e807153a732ba45c2417adc66669acbde52e
|
2016-03-08 13:33:10 +01:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|