# -*- 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.3 v
go.offline_build    no
# Delete this on next update to use golang PortGroup's default ('archive')
github.tarball_from tarball
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  6c162c6aab814927c6d928afac15eeea2b8e66a7 \
                    sha256  2e389010bb386da48ab0981284c9120c8b9fd0c47e934a9f2ee25e3b5002a4c1 \
                    size    2079063

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