# -*- 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/hedhyw/json-log-viewer 1.2.2 v
go.offline_build    no
name                jlv
revision            0

description         Interactive viewer for JSON logs.

long_description    {*}${description}

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

checksums           rmd160  481eb7f179c337ed0dc037ffdf794da525c566a8 \
                    sha256  a996fbf28f9437e31c81c3eb520f543e8bf261627ea12ec34ae8df4363ee56fd \
                    size    578233

build.cmd           make
build.pre_args      VERSION=v${version}
build.args          build

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