mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.2 KiB
Tcl
38 lines
1.2 KiB
Tcl
# -*- 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-sigs/kind 0.32.0 v
|
|
go.offline_build no
|
|
revision 0
|
|
|
|
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
|
|
installs_libs no
|
|
license Apache-2
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
build.cmd make
|
|
build.target build
|
|
|
|
checksums rmd160 2ab7206b5d19b861be2fc6aeb9651f771dd04c08 \
|
|
sha256 e2e1eb04fed4eed0715cc1c5938453d1edbf92b3c097ebec0a05d0903ba15508 \
|
|
size 1948874
|
|
|
|
destroot {
|
|
xinstall -m 0755 ${worksrcpath}/bin/${name} ${destroot}${prefix}/bin/
|
|
}
|
|
|
|
github.livecheck.regex \
|
|
{([0-9.]+)}
|