Files
forge-packages/jq.pkg
2026-02-02 20:44:59 +01:00

9 lines
232 B
Plaintext

# Forge package for jq
VERSION=1.7
URL=https://github.com/stedolan/jq/releases/download/jq-1.7/jq-1.7.tar.gz
SOURCE_TYPE=tarball
BUILD=autoreconf -i && ./configure --prefix=/usr && make
INSTALL=make install
DEPS=
SYSTEM_PROVIDED=no