2016-03-08 13:33:10 +01:00
|
|
|
# Template file for 'jo'
|
|
|
|
pkgname=jo
|
2016-03-10 17:04:49 +01:00
|
|
|
version=0.9
|
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-10 17:04:49 +01:00
|
|
|
checksum=e757d17469e5c9682ebdd8c7a88b7231303bd0fca2a69ffedbcf24835eaa241f
|
2016-03-08 13:33:10 +01:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|