pantry/projects/lima-vm.io/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

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}}