mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
16 lines
271 B
YAML
16 lines
271 B
YAML
ext-zip:
|
|
type: php-extension
|
|
artifact:
|
|
source:
|
|
type: pecl
|
|
name: zip
|
|
extract: ext-zip
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
license: PHP-3.01
|
|
depends:
|
|
- libzip
|
|
php-extension:
|
|
arg-type: custom
|
|
arg-type@windows: enable
|