jaq: update to 3.0.0

This commit is contained in:
tranzystorekk
2026-03-27 20:04:25 +01:00
parent 69f5e2a110
commit 3c03b8646d
+14 -5
View File
@@ -1,18 +1,27 @@
# Template file for 'jaq'
pkgname=jaq
version=2.3.0
version=3.0.0
revision=1
build_style=cargo
build_wrksrc="jaq"
configure_args="--no-default-features"
make_install_args="--path jaq"
short_desc="Clone of jq, focussed on correctness, speed, and simplicity"
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
license="MIT"
homepage="https://github.com/01mf02/jaq"
changelog="https://github.com/01mf02/jaq/releases"
distfiles="https://github.com/01mf02/jaq/archive/refs/tags/v${version}.tar.gz"
checksum=80fae7c5bbbc244580ca77d3e5a4fc6e9c3ea08a5526d562e3c5300edd44fe8b
distfiles="https://github.com/01mf02/jaq/archive/refs/tags/v${version}.tar.gz
https://github.com/01mf02/jaq/releases/download/v${version}/jaq.1>${version}_man"
checksum="c56948c90d0c3566c8b33eedd9fa61587ffbb2feef7d78172955876d6e10a315
01c39aa68e2086d3dfe88031984f25cd1eb6d3f146b371f55c7c4e9ba2dbfa77"
skip_extraction="${version}_man"
post_extract() {
vsrccopy ${version}_man .
mv ${version}_man jaq.1
}
post_install() {
vlicense LICENSE-MIT
vlicense ../LICENSE-MIT
vman ../jaq.1
}