mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
20 lines
467 B
YAML
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"
|