mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
28 lines
504 B
YAML
28 lines
504 B
YAML
|
distributable:
|
||
|
url: https://github.com/lima-vm/lima/archive/v{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: lima-vm/lima
|
||
|
|
||
|
platforms:
|
||
|
# https://github.com/teaxyz/pantry/blob/main/projects/qemu.org/package.yml only darwin
|
||
|
- darwin
|
||
|
|
||
|
dependencies:
|
||
|
qemu.org: '*'
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
go.dev: '*'
|
||
|
script:
|
||
|
- make VERSION={{version}} clean all
|
||
|
- mkdir -p {{prefix}}
|
||
|
- mv ./_output/* {{prefix}}/
|
||
|
|
||
|
provides:
|
||
|
- bin/limactl
|
||
|
|
||
|
test:
|
||
|
limactl --version | grep {{version}}
|