mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+kind (#2052)
* +kind * rename and tidy --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
This commit is contained in:
parent
3bc7b027e3
commit
9dbb8370d7
20
projects/kind.sigs.k8s.io/package.yml
Normal file
20
projects/kind.sigs.k8s.io/package.yml
Normal 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
|
Loading…
Reference in a new issue