mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 00:35:41 +08:00
- Add 'tools' field to ConfigValidator for build-time tool declarations - Move jom and strawberry-perl from depends@windows to tools@windows in openssl.yml - Move go-xcaddy/go-win from depends to tools in frankenphp.yml - Register config/pkg/tool/ path in spc.registry.yml - Use addInstallPackage for upx tool in php.php (ToolPackage instead of library dep) - Include 'tool' type in DumpCapabilitiesCommand and InstallPackageCommand package lists
29 lines
478 B
YAML
29 lines
478 B
YAML
frankenphp:
|
|
type: target
|
|
artifact:
|
|
source:
|
|
type: ghtar
|
|
repo: php/frankenphp
|
|
prefer-stable: true
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
license: MIT
|
|
depends:
|
|
- php-embed
|
|
depends@windows:
|
|
- php-embed
|
|
- pthreads4w
|
|
suggests@unix:
|
|
- brotli
|
|
- watcher
|
|
suggests@windows:
|
|
- brotli
|
|
static-bins@unix:
|
|
- frankenphp
|
|
static-bins@windows:
|
|
- frankenphp.exe
|
|
tools:
|
|
- go-xcaddy
|
|
tools@windows:
|
|
- go-win
|