mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
22 lines
431 B
YAML
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}}"'
|