mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-16 05:15:35 +08:00
15 lines
315 B
YAML
15 lines
315 B
YAML
ext-brotli:
|
|
type: php-extension
|
|
artifact:
|
|
source:
|
|
type: ghtagtar
|
|
repo: kjdev/php-ext-brotli
|
|
extract: php-src/ext/brotli
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
license: MIT
|
|
depends:
|
|
- brotli
|
|
php-extension:
|
|
arg-type: '--enable-brotli@shared_suffix@ --with-libbrotli'
|