Files
static-php-cli/config/pkg/ext/ext-zstd.yml
2026-07-15 12:46:29 +08:00

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'