mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
jo: update to 0.6
This commit is contained in:
parent
a9d03407d6
commit
5f71692461
1 changed files with 6 additions and 3 deletions
|
@ -1,16 +1,19 @@
|
||||||
# Template file for 'jo'
|
# Template file for 'jo'
|
||||||
pkgname=jo
|
pkgname=jo
|
||||||
version=0.5
|
version=0.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
short_desc="Small utility to create JSON objects"
|
short_desc="Small utility to create JSON objects"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/jpmens/jo"
|
homepage="https://github.com/jpmens/jo"
|
||||||
license="GPL-2"
|
license="GPL-2, MIT"
|
||||||
distfiles="https://github.com/jpmens/jo/releases/download/v${version}/jo-${version}.tar.gz"
|
distfiles="https://github.com/jpmens/jo/releases/download/v${version}/jo-${version}.tar.gz"
|
||||||
checksum=b90a0116a18125c246da8df24bc7e645a2ab36e2a9f876e9eb3ef90fbf79cd65
|
checksum=09cc71a39fd9cfece8edd9a97bac186d585add1687050d23729cfe900aa2e59e
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue