mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
lima-vm.io (#2276)
* github.com/lima-vm/lima * create {{prefix}} dir * rename
This commit is contained in:
parent
3ad538f7b7
commit
66fb2a6b3b
29
projects/lima-vm.io/package.yml
Normal file
29
projects/lima-vm.io/package.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
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:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
go.dev: '*'
|
||||
script:
|
||||
- make VERSION={{version}} clean all
|
||||
- mkdir -p {{prefix}}
|
||||
- mv ./_output/* {{prefix}}/
|
||||
|
||||
provides:
|
||||
- bin/limactl
|
||||
|
||||
test:
|
||||
limactl --version | grep {{version}}
|
Loading…
Reference in a new issue