mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
Add ext-lz4
This commit is contained in:
parent
c5b11f47c3
commit
fa7de0642a
15
config/pkg/ext/ext-lz4.yml
Normal file
15
config/pkg/ext/ext-lz4.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
ext-lz4:
|
||||||
|
type: php-extension
|
||||||
|
artifact:
|
||||||
|
source:
|
||||||
|
type: ghtagtar
|
||||||
|
repo: kjdev/php-ext-lz4
|
||||||
|
extract: php-src/ext/lz4
|
||||||
|
metadata:
|
||||||
|
license-files: [LICENSE]
|
||||||
|
license: MIT
|
||||||
|
depends:
|
||||||
|
- liblz4
|
||||||
|
php-extension:
|
||||||
|
arg-type@unix: '--enable-lz4=@shared_suffix@ --with-lz4-includedir=@build_root_path@'
|
||||||
|
arg-type@windows: '--enable-lz4'
|
||||||
Loading…
x
Reference in New Issue
Block a user