aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/jq/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-10-28 15:48:42 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-10-28 15:48:42 +0000
commit49e2ace45d892bb9570d4c9e1a3cff883c462e6d (patch)
tree0503c369b8af6916c5f799b89a2ae38f9d52805d /repos/extra/jq/abuild
parent600497e6e14e312da0a8c25ab68780e9617c042b (diff)
downloadalicelinux-49e2ace45d892bb9570d4c9e1a3cff883c462e6d.tar.gz
alicelinux-49e2ace45d892bb9570d4c9e1a3cff883c462e6d.zip
jq: new added
Diffstat (limited to 'repos/extra/jq/abuild')
-rw-r--r--repos/extra/jq/abuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/repos/extra/jq/abuild b/repos/extra/jq/abuild
new file mode 100644
index 00000000..71af8aa1
--- /dev/null
+++ b/repos/extra/jq/abuild
@@ -0,0 +1,10 @@
+name=jq
+version=1.8.1
+release=1
+source="https://github.com/${name}lang/${name}/releases/download/${name}-${version}/${name}-${version}.tar.gz"
+
+build() {
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install -j1
+}