# -*- 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/oalders/is 0.14.0 v
go.offline_build    no
go.toolchain_min    1.25.0
revision            0

description         An inspector for your environment

long_description    \
    \"${name}\" is an inspector for your environment. \"${name}\" tries to \
    make it just a little bit easier to run commands which rely on a specific \
    OS or a specific CLI version.

checksums           rmd160  584ed85417a242799872b54506ae2a75aa711c7d \
                    sha256  ad9b33be45c1487bdd2318b836fddcb5939290a7f2cc2debdc3d8b64aeaeb95f \
                    size    80415

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

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