# -*- 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/noahgorstein/jqp 0.7.0 v
go.offline_build    no
revision            0

description         A TUI playground to experiment with jq

long_description    \
    {*}${description}. This application utilizes an implementation of jq \
    written in Go, gojq.

categories          textproc
installs_libs       no
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  410fea4c222e57edaacae2558d0835075a098198 \
                    sha256  e88b32aeb21b8d000e17619f23a0c00a1eb86219112204031f63fb7cdfafacf0 \
                    size    30315

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