mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
+k3d.io
This commit is contained in:
parent
ee6d178cf8
commit
98c3a37f03
1 changed files with 20 additions and 0 deletions
20
projects/k3d.io/package.yml
Normal file
20
projects/k3d.io/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/k3d-io/k3d/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: k3d-io/k3d/releases/tags
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
go.dev: ^1.18
|
||||||
|
tea.xyz/gx/make: "*"
|
||||||
|
script: |
|
||||||
|
make build BINDIR={{ prefix }}/bin GIT_TAG_OVERRIDE={{ version }}
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/k3d
|
||||||
|
|
||||||
|
test: |
|
||||||
|
k3d --version | grep {{ version }}
|
||||||
|
echo $(k3d cluster get 6d6de430dbd8080d690758a4b5d57c86 2>&1 || true) | grep "No nodes found for given cluster"
|
Loading…
Reference in a new issue