pantry/projects/github.com/crc-org/vfkit/package.yml
Jacob Heider ef4baf2db5 fix(podman);+vfkit
closes #5992
2024-04-26 10:30:13 -04:00

22 lines
431 B
YAML

distributable:
url: https://github.com/crc-org/vfkit/archive/refs/tags/{{version.tag}}.tar.gz
strip-components: 1
versions:
github: crc-org/vfkit
provides:
- bin/vfkit
platforms: [darwin]
build:
dependencies:
go.dev: ^1.18
script:
- make GIT_VERSION={{version}}
- mkdir -p '{{prefix}}/bin'
- cp out/vfkit '{{prefix}}/bin'
test: 'test "$(vfkit --version | head -n1)" = "vfkit version: {{version}}"'