28 lines
518 B
TOML
28 lines
518 B
TOML
[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"
|