# -*- 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/radulucut/cleed 0.2.1 v
go.offline_build    no
revision            0

description         Simple feed reader for the command line.
long_description    {*}${description}

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

checksums           rmd160  8f19c3b11b60cd2146b2839fde02a38211fc2098 \
                    sha256  1510d3599ee1d14f28601694e594efefddd2ce2bd3a881a17b17013f1de9ec76 \
                    size    245591

build.pre_args-append \
    -ldflags \"-X main.version=${version}\"

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