# -*- 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/loov/lensm 0.0.3 v
go.package          loov.dev/lensm
github.tarball_from archive
revision            0

description         Go assembly and source viewer

long_description    {*}${description}

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

go.offline_build no

checksums           rmd160  9ff3fb57ed0d22b590428c710e542e9cfe1719c2 \
                    sha256  edfcd78f34cdc3fb152e399e01798f91770f81db6f0d07dd110984dd91cd2b0e \
                    size    269200

use_xcode           yes

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