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

12 lines
174 B
Markdown
Raw Normal View History

jq 1.8.1
=
https://github.com/jqlang/jq.git
``` sh *** build ***
git submodule update --init
autoreconf -i
./configure --prefix=/pkg/gnu/jq
make -j$(nproc)
make install
```