mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
16 lines
339 B
YAML
16 lines
339 B
YAML
ext-zstd:
|
|
type: php-extension
|
|
artifact:
|
|
source:
|
|
type: git
|
|
url: 'https://github.com/kjdev/php-ext-zstd'
|
|
rev: master
|
|
extract: php-src/ext/zstd
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
license: MIT
|
|
depends:
|
|
- zstd
|
|
php-extension:
|
|
arg-type: '--enable-zstd --with-libzstd=@build_root_path@'
|