Add go-xcaddy,musl-toolchain,php,upx, and also glfw linux support

This commit is contained in:
crazywhalecc
2026-02-04 15:28:10 +08:00
parent 0afa1dd80c
commit e9c27dee1f
16 changed files with 365 additions and 102 deletions

44
config/pkg/target/php.yml Normal file
View File

@@ -0,0 +1,44 @@
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
depends@macos:
- libxml2
php-cgi:
type: virtual-target
depends:
- php
php-cli:
type: virtual-target
depends:
- php
php-embed:
type: virtual-target
depends:
- php
php-fpm:
type: virtual-target
depends:
- php
php-micro:
type: virtual-target
artifact:
source:
type: git
extract: php-src/sapi/micro
rev: master
url: 'https://github.com/static-php/phpmicro'
depends:
- php