mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-17 05:45:35 +08:00
18 lines
368 B
YAML
18 lines
368 B
YAML
ext-zstd:
|
|
type: php-extension
|
|
artifact:
|
|
source:
|
|
type: ghtar
|
|
repo: kjdev/php-ext-zstd
|
|
extract: php-src/ext/zstd
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
license: MIT
|
|
depends:
|
|
- zstd
|
|
suggests:
|
|
- ext-apcu
|
|
php-extension:
|
|
arg-type: '--enable-zstd --with-libzstd=@build_root_path@'
|
|
arg-type@windows: '--enable-zstd'
|