summaryrefslogtreecommitdiff
path: root/data/jq/.beer
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-29 21:20:05 +0000
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-06-30 22:13:19 +0000
commita25b5834bb0ce2e4642cc487525a41e3e1127d43 (patch)
tree33901f7750d5ff8b4a5183edbbc43f9373e2fcb0 /data/jq/.beer
parent89a1d3cf555eab49953734dc8a6e2d3bb7f1eb58 (diff)
Added jq.
Diffstat (limited to 'data/jq/.beer')
-rw-r--r--data/jq/.beer38
1 files changed, 38 insertions, 0 deletions
diff --git a/data/jq/.beer b/data/jq/.beer
new file mode 100644
index 000000000..871061739
--- /dev/null
+++ b/data/jq/.beer
@@ -0,0 +1,38 @@
+{
+ "name": "Jq",
+ "description": "Lightweight and flexible command-line JSON processor",
+ "url": "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-1.6.tar.gz",
+ "mirror": null,
+ "homepage": "https://stedolan.github.io/jq/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ },
+ {
+ "depend": "oniguruma",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"autoreconf\", \"-iv\" if build.head?",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--disable-maintainer-mode\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.6",
+ "file": "jq.rb"
+} \ No newline at end of file