# -*- 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.30.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 0ab3bf04bd7fcf28733ab9ea423c46390da396ec \ sha256 708d888183f1e7791bf100ef4c0251b2dc31a38f45ac52f2c37de9f72a5c604e \ size 61764 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} }