jq: adopted port

This commit is contained in:
Tim Biermann 2021-02-24 10:39:01 +00:00
parent e385dfe05a
commit b2a36ff933
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+90OhUmTpjNYoLj9a8qlWj7x72KTCoKi27u5HREQY8lQP7oHmLtfMXrPNr8URhcWZbd4zndY1qOyx5V0Xjpngk=
SHA256 (Pkgfile) = e78757f1634aa0d1b55d8adf84b4e10d0f801ef329d0bdb0cebb3fd2bff8d5f7
RWSagIOpLGJF32yJjdg2/QNZ1zPe8qlSDQxZQ7ROxYDb+/eP5T8iJed5Uo/iUx0yj7WJN3BlDtim8A/0p1eEuL62BeyaPWQBDAI=
SHA256 (Pkgfile) = d5b036ec8b4930f876bb3db20e036918f285d88a29ee3492aed3b4dc5f039430
SHA256 (.footprint) = ed1ce136382cf2464b74b5dfa2ebf6c840558f61fb589c8961a4ac16aa995465
SHA256 (jq-1.6.tar.gz) = 5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72

View File

@ -1,7 +1,7 @@
# Description: Lightweight and flexible command-line JSON processor
# URL: https://stedolan.github.io/jq/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Optional: oniguruma
# URL: https://stedolan.github.io/jq/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Optional: oniguruma
name=jq
version=1.6
@ -16,7 +16,7 @@ build() {
autoreconf -i
./configure --prefix=/usr \
--with-oniguruma=/usr
--with-oniguruma=/usr
make
make DESTDIR=$PKG install