# -*- 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/rancher/k3d 5.5.1 v github.tarball_from archive revision 0 homepage https://k3d.io description \ Helper to run Rancher Lab's k3s in Docker long_description \ k3s is the lightweight Kubernetes distribution by Rancher. k3d creates \ containerized k3s clusters. This means, that you can spin up a multi-node \ k3s cluster on a single machine using docker. categories sysutils installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 b4414de325c4c30db1d9d4c25908e33fe164031c \ sha256 e01e274a5a9ea547bcdd885504bd44ef37b67a5a3f597bcb69b84d54eb8bfef0 \ size 7995020 # Allow Go to fetch dependencies during build build.env-delete GO111MODULE=off GOPROXY=off build.cmd make build.pre_args GIT_TAG=v${version} build.args build use_parallel_build no destroot { xinstall -m 0755 ${worksrcpath}/bin/${name} ${destroot}${prefix}/bin/ } github.livecheck.regex \ {([0-9.]+)}