mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1022 B
Tcl
30 lines
1022 B
Tcl
# -*- 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.11.0 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 764fc4f32dfec5ccb2ae7a3d0cf4c3efd71962ef \
|
|
sha256 28310546a3c41bd74264d32cc7cece848d6404790983c167eb5821cfb4676fde \
|
|
size 75916
|
|
|
|
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/
|
|
}
|