Files
static-php-cli/config/pkg/ext/ext-lz4.yml

17 lines
406 B
YAML
Raw Normal View History

2026-03-10 22:47:37 +08:00
ext-lz4:
type: php-extension
artifact:
source:
2026-04-10 15:51:18 +08:00
type: git
url: 'https://github.com/kjdev/php-ext-lz4.git'
rev: master
2026-03-10 22:47:37 +08:00
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'