2026-02-04 15:28:10 +08:00
|
|
|
go-xcaddy:
|
refactor: restructure tool target configs into tool package system
- Move tool configs from config/pkg/target/ to config/pkg/tool/
- Add ToolVersionRegistry for tracking installed tool versions
- Delete old Target/pkgconfig.php, move to tool config
- Rename: 7za-win, go-win, go-xcaddy, jom, nasm, protoc, strawberry-perl, upx, vswhere, zig, pkg-config
2026-07-06 15:08:43 +08:00
|
|
|
type: tool
|
2026-02-04 15:28:10 +08:00
|
|
|
artifact:
|
|
|
|
|
binary: custom
|
2026-03-20 09:31:43 +08:00
|
|
|
env:
|
|
|
|
|
GOROOT: '{pkg_root_path}/go-xcaddy'
|
|
|
|
|
GOBIN: '{pkg_root_path}/go-xcaddy/bin'
|
|
|
|
|
GOPATH: '{pkg_root_path}/go-xcaddy/go'
|
|
|
|
|
path@unix:
|
|
|
|
|
- '{pkg_root_path}/go-xcaddy/bin'
|
refactor: restructure tool target configs into tool package system
- Move tool configs from config/pkg/target/ to config/pkg/tool/
- Add ToolVersionRegistry for tracking installed tool versions
- Delete old Target/pkgconfig.php, move to tool config
- Rename: 7za-win, go-win, go-xcaddy, jom, nasm, protoc, strawberry-perl, upx, vswhere, zig, pkg-config
2026-07-06 15:08:43 +08:00
|
|
|
tool:
|
|
|
|
|
provides:
|
|
|
|
|
- go
|
|
|
|
|
- gofmt
|
|
|
|
|
binary-subdir: go-xcaddy/bin
|