Files
AeroPkg/assets/var/gnu/jq.md

174 B

jq 1.8.1

https://github.com/jqlang/jq.git

git submodule update --init
autoreconf -i
./configure --prefix=/pkg/gnu/jq
make -j$(nproc)
make install