mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 12:35:10 +03:00
ef4baf2db5
closes #5992
21 lines
431 B
YAML
21 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}}"'
|