* +kind

* rename and tidy

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
Sanchit Ram Arvind 2023-05-26 04:03:22 +05:30 committed by GitHub
parent 3bc7b027e3
commit 9dbb8370d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,20 @@
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