# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup golang 1.0 go.setup github.com/JFryy/qq 0.2.2 v go.offline_build no revision 0 description \ jq inspired \(and gojq dependent\) interoperable config format transcoder \ with interactive querying. long_description \ qq is a interoperable configuration format transcoder with jq query \ syntax powered by gojq. qq is multi modal, and can be used as a \ replacement for jq or be interacted with via a repl with autocomplete and \ realtime rendering preview for building queries. categories textproc installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 b2a07073e6a53670b58f30a22e79656bebdb7762 \ sha256 cf3d42f57674fc8aec015922a232c7c1b47b73593e05c03cb62ed22c1fe6c31b \ size 25132 destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }