19 lines
509 B
Bash
19 lines
509 B
Bash
# Template file for 'jo'
|
|
pkgname=jo
|
|
version=0.6
|
|
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, MIT"
|
|
distfiles="https://github.com/jpmens/jo/releases/download/v${version}/jo-${version}.tar.gz"
|
|
checksum=09cc71a39fd9cfece8edd9a97bac186d585add1687050d23729cfe900aa2e59e
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|