mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
b875ccee6f
commit
ef4baf2db5
2 changed files with 23 additions and 0 deletions
21
projects/github.com/crc-org/vfkit/package.yml
Normal file
21
projects/github.com/crc-org/vfkit/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
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}}"'
|
|
@ -17,6 +17,8 @@ provides:
|
||||||
dependencies:
|
dependencies:
|
||||||
qemu.org: '*'
|
qemu.org: '*'
|
||||||
github.com/containers/gvisor-tap-vsock: '*'
|
github.com/containers/gvisor-tap-vsock: '*'
|
||||||
|
darwin:
|
||||||
|
github.com/crc-org/vfkit: '*'
|
||||||
|
|
||||||
companions:
|
companions:
|
||||||
openssh.com: '*' # ssh-keygen
|
openssh.com: '*' # ssh-keygen
|
||||||
|
|
Loading…
Reference in a new issue