# -*- 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.3.1 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  0960fffede9be1a30e42ef9b3bf4a3cee2251b49 \
                    sha256  9a619fdbabadb59bad726744f92c55a727a8dace03becdf0a2cab5028feb4e5b \
                    size    2095053

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
