pantry/projects/k3d.io/package.yml
Branch Vincent 98c3a37f03 +k3d.io
2023-04-25 14:20:57 -04:00

21 lines
492 B
YAML

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"