pantry/projects/k3d.io/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

20 lines
467 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
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"