2020-10-23 08:54:00 -04:00
|
|
|
# -*- 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
|
|
|
|
|
|
2026-06-03 12:13:39 +02:00
|
|
|
go.setup github.com/kubernetes-sigs/kind 0.32.0 v
|
2024-02-03 13:45:39 -05:00
|
|
|
go.offline_build no
|
2021-05-28 03:55:53 -04:00
|
|
|
revision 0
|
2020-10-23 08:54:00 -04:00
|
|
|
|
|
|
|
|
homepage https://kind.sigs.k8s.io
|
|
|
|
|
|
|
|
|
|
description kind is a tool for running local Kubernetes clusters \
|
|
|
|
|
using Docker container “nodes”.
|
|
|
|
|
|
|
|
|
|
long_description {*}${description} kind was primarily designed for testing \
|
|
|
|
|
Kubernetes itself, but may be used for local development \
|
|
|
|
|
or CI.
|
|
|
|
|
|
|
|
|
|
categories sysutils
|
2022-03-07 10:15:13 -05:00
|
|
|
installs_libs no
|
2020-10-23 08:54:00 -04:00
|
|
|
license Apache-2
|
|
|
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
|
|
|
openmaintainer
|
|
|
|
|
|
|
|
|
|
build.cmd make
|
|
|
|
|
build.target build
|
|
|
|
|
|
2026-06-03 12:13:39 +02:00
|
|
|
checksums rmd160 2ab7206b5d19b861be2fc6aeb9651f771dd04c08 \
|
|
|
|
|
sha256 e2e1eb04fed4eed0715cc1c5938453d1edbf92b3c097ebec0a05d0903ba15508 \
|
|
|
|
|
size 1948874
|
2020-10-23 08:54:00 -04:00
|
|
|
|
|
|
|
|
destroot {
|
|
|
|
|
xinstall -m 0755 ${worksrcpath}/bin/${name} ${destroot}${prefix}/bin/
|
|
|
|
|
}
|
2022-09-02 02:44:42 -04:00
|
|
|
|
|
|
|
|
github.livecheck.regex \
|
|
|
|
|
{([0-9.]+)}
|