aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/oq/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/oq/APKBUILD b/testing/oq/APKBUILD
index a7f722ba6c..bd2c5b562e 100644
--- a/testing/oq/APKBUILD
+++ b/testing/oq/APKBUILD
@@ -5,7 +5,9 @@ pkgver=0.2.1
pkgrel=0
pkgdesc="A portable jq wrapper with support of other formats than JSON"
url="https://github.com/blacksmoke16/oq"
-arch="x86_64 aarch64" # limited by Crystal
+# arch="x86_64 aarch64" # limited by Crystal
+# `gcc "${@}" -o '/home/buildozer/aports/testing/oq/src/oq-0.2.1/bin/oq' -rdynamic -lyaml -lxml2 -lpcre -lm /usr/lib/libgc.a -lpthread /usr/lib/crystal/core/ext/libcrystal.a -levent -lrt -L/usr/lib -L/usr/local/lib`
+arch=""
license="MIT"
depends="jq"
makedepends="crystal libxml2-dev yaml-dev"