mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-11 02:45:37 +08:00
16 lines
316 B
YAML
16 lines
316 B
YAML
go-win:
|
|
type: tool
|
|
artifact:
|
|
binary: custom
|
|
env:
|
|
GOROOT: '{pkg_root_path}/go-win'
|
|
GOBIN: '{pkg_root_path}/go-win/bin'
|
|
GOPATH: '{pkg_root_path}/go-win/gopath'
|
|
path@windows:
|
|
- '{pkg_root_path}/go-win/bin'
|
|
tool:
|
|
provides:
|
|
- go.exe
|
|
- gofmt.exe
|
|
binary-subdir: go-win/bin
|