mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
17 lines
329 B
YAML
17 lines
329 B
YAML
ext-xz:
|
|
type: php-extension
|
|
artifact:
|
|
source:
|
|
type: git
|
|
url: 'https://github.com/codemasher/php-ext-xz'
|
|
rev: main
|
|
extract: php-src/ext/xz
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
license: PHP-3.01
|
|
depends:
|
|
- xz
|
|
php-extension:
|
|
arg-type: with-path
|
|
arg-type@windows: enable
|