mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
32 lines
578 B
YAML
32 lines
578 B
YAML
distributable:
|
|
url: https://github.com/abiosoft/colima/archive/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: abiosoft/colima
|
|
|
|
platforms:
|
|
- darwin
|
|
# +lima-vm.io => qemu.org = only darwin
|
|
|
|
dependencies:
|
|
lima-vm.io: '*'
|
|
|
|
build:
|
|
dependencies:
|
|
go.dev: '*'
|
|
|
|
script: go build $ARGS -ldflags="$LDFLAGS" ./cmd/colima
|
|
env:
|
|
LDFLAGS:
|
|
- -s
|
|
- -w
|
|
- -X github.com/abiosoft/colima/config.appVersion={{version}}
|
|
ARGS:
|
|
- -trimpath
|
|
- -o={{prefix}}/bin/colima
|
|
|
|
provides:
|
|
- bin/colima
|
|
|
|
test: colima version | grep {{version}} |