# -*- 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/stern/stern 1.31.0 v maintainers {breun.nl:nils @breun} openmaintainer platforms darwin categories sysutils license Apache-2 description Multi pod and container log tailing for Kubernetes long_description Stern allows you to tail multiple pods on Kubernetes and \ multiple containers within the pod. Each result is color \ coded for quicker debugging. checksums rmd160 c528d47f2d4ca0c94740f55696baa95e8688d20c \ sha256 eac84f5656c15836d3cf3457a2fda4d1db080c1c3c62ff0599f6064a396cfaf7 \ size 61932 set go_ldflags "-s -w -X ${go.package}/cmd.version=${version}" build.args -ldflags \"${go_ldflags}\" -o bin/${name} # FIXME: This port currently can't be built without allowing go mod to fetch # dependencies during the build phase. See # https://trac.macports.org/ticket/61192 go.offline_build no test.run yes test.cmd bin/stern test.target test.args --version destroot { xinstall -m 755 ${worksrcpath}/bin/${name} ${destroot}${prefix}/bin/${name} }