# -*- 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/simeji/jid 0.7.6 v
revision            0

description         JSON incremental digger

long_description    \
    {*}${description}. You can drill down JSON interactively by using \
    filtering queries like jq.

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

build.target        ./cmd/${name}

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

checksums           ${distname}${extract.suffix} \
                        rmd160  2d6da109167fa5124e0d6b4e6fc002bf9fc2c1d8 \
                        sha256  0912050b3be3760804afaf7ecd6b42bfe79e7160066587fbc0afa5324b03fb48 \
                        size    16836

go.vendors          github.com/pkg/errors \
                        lock    v0.8.0 \
                        rmd160  762fc7077449a4f2467de5398bd50501ea2d7be4 \
                        sha256  3bb85e407ab7aaf2b1e3f23b7242ded175345000b55642dc286c481e8d32d970 \
                        size    11350 \
                    github.com/nwidger/jsoncolor \
                        lock    75a6de4340e5 \
                        rmd160  ba1121ab53cf0d7bfc9b7497e3ab0e2df9c5f16c \
                        sha256  3789933980052031160673000f40f7e530d67221a0391796e5ebc9b3c023fd07 \
                        size    4377 \
                    github.com/nsf/termbox-go \
                        lock    60ab7e3d12ed \
                        rmd160  96b0641c496bc77d8e39484bd438004442d721cd \
                        sha256  3a44ab1136d09167740978a1bf3b3aa69fbb467b96c387e2f4d7e9fa1d0ff1de \
                        size    31907 \
                    github.com/mattn/go-runewidth \
                        lock    v0.0.4 \
                        rmd160  20081e360b3a667d21a7990197740bbaf51ec259 \
                        sha256  d3b074c23e9cebd7fe786eb4fcdb5f659a8afa7629e3ec9a142f4288067bf39b \
                        size    19840 \
                    github.com/mattn/go-isatty \
                        lock    v0.0.4 \
                        rmd160  0a12014fd5fa0abaf40b622ae21db4e754b8b86c \
                        sha256  9795d007b5616de49307fb12a4d7e5363512ec3f1094a8ec6660ad4da8c03131 \
                        size    3379 \
                    github.com/mattn/go-colorable \
                        lock    v0.0.9 \
                        rmd160  7251bb6bf8e5651a52c8e3244d7117918e812f89 \
                        sha256  22ae6fdf63bccd195bf108013ba477c896a11fffdbb3398487914e32e1db9b2a \
                        size    7602 \
                    github.com/fatih/color \
                        lock    v1.7.0 \
                        rmd160  8a65cf00de5399f4498b41b0baed82da363f02d5 \
                        sha256  a553c1229fe10a6b0765cbbb90245bf3383a99ba52b9608052420b40ca30d148 \
                        size    816675 \
                    github.com/bitly/go-simplejson \
                        lock    v0.5.0 \
                        rmd160  52b43a167474e3f3a617a27103a0b2c4f99f6e24 \
                        sha256  3b03470c620db4eca1d16205bd53352af94b28db38281e1833976d1843ac8a19 \
                        size    5998
