pantry/projects/kind.sigs.k8s.io/package.yml
Sanchit Ram Arvind 9dbb8370d7
+kind (#2052)
* +kind

* rename and tidy

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-05-25 18:33:22 -04:00

21 lines
365 B
YAML

distributable:
url: https://github.com/kubernetes-sigs/kind/archive/refs/tags/v{{version}}.tar.gz
strip-components: 1
versions:
github: kubernetes-sigs/kind
build:
script: |
go mod download
go build
mkdir -p {{prefix}}/bin
mv kind {{prefix}}/bin/
dependencies:
go.dev: ^1.18
provides:
- bin/kind
test: kind create cluster --help