mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
34 lines
626 B
YAML
34 lines
626 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:
|
||
|
tea.xyz/gx/cc: c99
|
||
|
tea.xyz/gx/make: '*'
|
||
|
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}}
|