jo: update to 1.3.

This commit is contained in:
mobinmob 2020-05-31 14:06:51 +03:00 committed by Helmut Pozimski
parent 1cf56f835d
commit 877e58689a

View file

@ -1,16 +1,21 @@
# Template file for 'jo'
pkgname=jo
version=1.2
version=1.3
revision=1
build_style=gnu-configure
hostmakedepends="automake"
hostmakedepends="automake pandoc pkg-config"
short_desc="Small utility to create JSON objects"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/jpmens/jo"
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=36ec2fc4937c6478467684b18f0b213ff7267d34f5626cd5a0996a39ca64adae
checksum=de25c95671a3b392c6bcaba0b15d48eb8e2435508008c29477982d2d2f5ade64
pre_configure() {
autoreconf -fi
}
post_install() {
vmkdir usr/share/bash-completion/completions
mv "${DESTDIR}"/etc/bash_completion.d/*.bash "${DESTDIR}"/usr/share/bash-completion/completions/
}