mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
jo: update to 0.8
This commit is contained in:
parent
d6afa802b0
commit
33aa3e62bc
1 changed files with 3 additions and 6 deletions
|
@ -1,19 +1,16 @@
|
||||||
# Template file for 'jo'
|
# Template file for 'jo'
|
||||||
pkgname=jo
|
pkgname=jo
|
||||||
version=0.7
|
version=0.8
|
||||||
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, MIT"
|
license="GPL-2"
|
||||||
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=3c948e5035ecd90666e4cae6ed9eaead709b5a482f2d9f788a81be5a06e14176
|
checksum=c96c4103f0eac24cfd6015f32ba9f3ec5cc82d46590e9a331afffd118a2bb0ca
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
post_install() {
|
|
||||||
vlicense COPYING
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue