mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 05:14:52 +08:00
15 lines
324 B
YAML
15 lines
324 B
YAML
|
|
ext-yac:
|
||
|
|
type: php-extension
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: pecl
|
||
|
|
name: yac
|
||
|
|
metadata:
|
||
|
|
license-files: [LICENSE]
|
||
|
|
license: PHP-3.01
|
||
|
|
depends@unix:
|
||
|
|
- fastlz
|
||
|
|
- ext-igbinary
|
||
|
|
php-extension:
|
||
|
|
arg-type@unix: '--enable-yac@shared_suffix@ --enable-igbinary --enable-json --with-system-fastlz'
|