Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user