Files
static-php-cli/config/pkg/target/frankenphp.yml

29 lines
478 B
YAML
Raw Normal View History

2026-02-10 22:35:25 +08:00
frankenphp:
type: target
artifact:
source:
type: ghtar
repo: php/frankenphp
prefer-stable: true
metadata:
license-files: [LICENSE]
license: MIT
depends:
- php-embed
2026-04-12 23:17:50 +08:00
depends@windows:
- php-embed
- pthreads4w
2026-02-10 22:35:25 +08:00
suggests@unix:
- brotli
- watcher
2026-04-12 23:17:50 +08:00
suggests@windows:
- brotli
2026-02-10 22:35:25 +08:00
static-bins@unix:
- frankenphp
2026-04-12 23:17:50 +08:00
static-bins@windows:
- frankenphp.exe
tools:
- go-xcaddy
tools@windows:
- go-win