# -*- 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/kubernetes/kops 1.26.3 v github.tarball_from archive revision 0 go.package k8s.io/kops description Kubernetes Operations (kops) long_description Production Grade K8s Installation, Upgrades, and Management categories devel installs_libs no license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 b7db93b00369c0f03e4d4cf943fa58930f5ba57c \ sha256 10959b7b59f61a6078471eb2da30ad8c839fa96f648c2c9606a3deafce36eb91 \ size 32851307 depends_run port:kubectl-1.26 build.cmd make # This project uses vendored sources, which cannot be used with Go modules # and the proxy turned off. build.env-delete GO111MODULE=off GOPROXY=off build.target kops # Do not build on macOS 10.11 and earlier if {${os.platform} eq "darwin" && ${os.major} < 16} { known_fail yes pre-fetch { ui_error "${name} does not build on macOS 10.11 and earlier" return -code error "unsupported platform version" } } destroot { xinstall -m 0755 \ {*}[glob ${worksrcpath}/.build/dist/${goos}/${goarch}/kops] \ ${destroot}${prefix}/bin } github.livecheck.regex {([0-9.]+)}