# -*- 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/jmespath/jp 0.2.1
revision            0

homepage            https://jmespath.org

description         Command line interface to JMESPath

long_description    The ${name} command is a command line interface to \
                    JMESPath, an expression language for manipulating JSON

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

build.target        ./...

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

checksums           ${distname}${extract.suffix} \
                        rmd160  46214a346967ca07a3955fb94665c48cc04a47ab \
                        sha256  e88a49f61fffca8f431f78938f71e14d7792f7304344b7aa7391d06e4113f88b \
                        size    33339

go.vendors          github.com/urfave/cli \
                        lock    v1.22.5 \
                        rmd160  f26fef0516efcbf556d953be02bcfb0ae60a9c22 \
                        sha256  2122a2b193a2d096f3792e4f8d6a7bb2a504a0d5bba7b0d1bfe81707917831a3 \
                        size    78154 \
                    github.com/shurcooL/sanitized_anchor_name \
                        lock    v1.0.0 \
                        rmd160  c7e5322dba53e10db1711d65c146af5649b0c7c8 \
                        sha256  ed9418de8c92acfbbd8608745855ebfc67fa686c0a0a5245cf8eece8f540baa9 \
                        size    2144 \
                    github.com/russross/blackfriday \
                        lock    v2.0.1 \
                        rmd160  99cb49faff9bf24b8637dcdb3602c27c115810f3 \
                        sha256  4078d2cd3b1c6952133b214e4eaca95f3b31a01f87a03adabd7712e7d5f20f60 \
                        size    79665 \
                    github.com/jmespath/go-jmespath \
                        lock    v0.4.0 \
                        rmd160  ca4955ff89de514b5eff01a7a244626cecf0927e \
                        sha256  0fe6d784c9c75ae5aa25396283a07f94c06955a4ed775990149c17caee4112c4 \
                        size    128827 \
                    github.com/cpuguy83/go-md2man \
                        lock    f79a8a8ca69d \
                        rmd160  85f342c341fa928e9ec874490c277bdabf1c39c6 \
                        sha256  2f3f8bc701df4890a5a4baf0b632ad3290be1e0aaf572b2e58fd57df93efc306 \
                        size    52040
