Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
[build]
type = "autotools"
[dependencies]
build = [
"autoconf",
"automake",
"bison",
"flex",
"python",
]
runtime = [
"glibc",
"oniguruma",
]
[package]
description = "Command-line JSON processor"
homepage = "https://jqlang.github.io/jq/"
license = "MIT"
name = "jq"
version = "1.8.1"
[[source]]
extract_dir = "$name-$version"
sha256 = "2be64e7129cecb11d5906290eba10af694fb9e3e7f9fc208a311dc33ca837eb0"
url = "https://github.com/jqlang/jq/releases/download/jq-$version/jq-$version.tar.gz"