jo: update to 1.6.
This commit is contained in:
parent
6fbc259d9a
commit
c1ca469803
|
@ -1,19 +1,16 @@
|
|||
# Template file for 'jo'
|
||||
pkgname=jo
|
||||
version=1.4
|
||||
version=1.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake pkg-config"
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="Small utility to create JSON objects"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/jpmens/jo"
|
||||
distfiles="https://github.com/jpmens/jo/releases/download/${version}/jo-${version}.tar.gz"
|
||||
checksum=24c64d2eb863900947f58f32b502c95fec8f086105fd31151b91f54b7b5256a2
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
changelog="https://raw.githubusercontent.com/jpmens/jo/master/ChangeLog"
|
||||
distfiles="https://github.com/jpmens/jo/archive/${version}.tar.gz"
|
||||
checksum=ae2837ddad9993d5e28fe8db00efec6b2378d68b7366021353a1e297b5fa2025
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/bash-completion/completions
|
||||
|
|
Loading…
Reference in New Issue