From 7bc4fa53b9095e5b05928bb96eadc722d0826a48 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 13 Jan 2021 12:02:46 +0300 Subject: jq: add new package at 1.6 --- community/jq/build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 community/jq/build (limited to 'community/jq/build') 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 -- cgit v1.2.3