aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-01-13 12:02:46 +0300
committerCem Keylan <cem@ckyln.com>2021-01-13 12:02:46 +0300
commit7bc4fa53b9095e5b05928bb96eadc722d0826a48 (patch)
tree7dbf11697909336f3fcc094c1e17816d7f246ffa /community
parentbd98569813cf550bb4c78c25a42441ebe3942932 (diff)
downloadrepository-7bc4fa53b9095e5b05928bb96eadc722d0826a48.tar.gz
jq: add new package at 1.6
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/jq/build13
-rw-r--r--community/jq/checksums1
-rw-r--r--community/jq/sources1
-rw-r--r--community/jq/version1
4 files changed, 16 insertions, 0 deletions
diff --git a/community/jq/build b/community/jq/build
new file mode 100755
index 00000000..f9a50502
--- /dev/null
+++ b/community/jq/build
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+onig=no
+cpt l oniguruma >/dev/null 2>&1 && onig=yes
+
+./configure \
+ --prefix=/usr \
+ --disable-maintainer-mode \
+ --with-oniguruma="$onig" \
+ --enable-all-static
+
+make
+make DESTDIR="$1" install
diff --git a/community/jq/checksums b/community/jq/checksums
new file mode 100644
index 00000000..66fd4821
--- /dev/null
+++ b/community/jq/checksums
@@ -0,0 +1 @@
+5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72 jq-1.6.tar.gz
diff --git a/community/jq/sources b/community/jq/sources
new file mode 100644
index 00000000..f081d4dc
--- /dev/null
+++ b/community/jq/sources
@@ -0,0 +1 @@
+https://github.com/stedolan/jq/releases/download/jq-1.6/jq-1.6.tar.gz
diff --git a/community/jq/version b/community/jq/version
new file mode 100644
index 00000000..9eb31725
--- /dev/null
+++ b/community/jq/version
@@ -0,0 +1 @@
+1.6 2