mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
jo: update to 1.9.
This commit is contained in:
parent
3ba8ab7c77
commit
e4577d75a6
1 changed files with 4 additions and 8 deletions
|
@ -1,18 +1,14 @@
|
|||
# Template file for 'jo'
|
||||
pkgname=jo
|
||||
version=1.6
|
||||
version=1.9
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="bash-completion"
|
||||
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"
|
||||
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
|
||||
mv "${DESTDIR}"/etc/bash_completion.d/*.bash "${DESTDIR}"/usr/share/bash-completion/completions/
|
||||
}
|
||||
distfiles="https://github.com/jpmens/jo/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=87b3e40584730d6f8b8cdb9deb1700173d25dc54403fcb17d2c1d9def2ba8102
|
||||
|
|
Loading…
Add table
Reference in a new issue