mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
Add frankenphp SAPI build support
This commit is contained in:
4
config/pkg/ext/ext-phar.yml
Normal file
4
config/pkg/ext/ext-phar.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
ext-phar:
|
||||
type: php-extension
|
||||
depends:
|
||||
- zlib
|
||||
18
config/pkg/target/frankenphp.yml
Normal file
18
config/pkg/target/frankenphp.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
frankenphp:
|
||||
type: target
|
||||
artifact:
|
||||
source:
|
||||
type: ghtar
|
||||
repo: php/frankenphp
|
||||
prefer-stable: true
|
||||
metadata:
|
||||
license-files: [LICENSE]
|
||||
license: MIT
|
||||
depends:
|
||||
- php-embed
|
||||
- go-xcaddy
|
||||
suggests@unix:
|
||||
- brotli
|
||||
- watcher
|
||||
static-bins@unix:
|
||||
- frankenphp
|
||||
@@ -1,16 +1,3 @@
|
||||
frankenphp:
|
||||
type: virtual-target
|
||||
artifact:
|
||||
source:
|
||||
type: ghtar
|
||||
repo: php/frankenphp
|
||||
prefer-stable: true
|
||||
metadata:
|
||||
license-files: [LICENSE]
|
||||
license: MIT
|
||||
depends:
|
||||
- php-embed
|
||||
- go-xcaddy
|
||||
php:
|
||||
type: target
|
||||
artifact: php-src
|
||||
@@ -32,6 +19,8 @@ php-fpm:
|
||||
type: virtual-target
|
||||
depends:
|
||||
- php
|
||||
suggests@linux:
|
||||
- libacl
|
||||
php-micro:
|
||||
type: virtual-target
|
||||
artifact:
|
||||
|
||||
Reference in New Issue
Block a user