# -*- 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.8.2 v
go.offline_build    no
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  ab4008021e79c4ad18f08400ae15f758c23dba98 \
                    sha256  30f41cdfaceb56cb56beaca0f253af73510c7c04c6f7160563cc88e8b6f11072 \
                    size    69274

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/
}
