Skip to content

Commit fa7de06

Browse files
committed
Add ext-lz4
1 parent c5b11f4 commit fa7de06

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

config/pkg/ext/ext-lz4.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ext-lz4:
2+
type: php-extension
3+
artifact:
4+
source:
5+
type: ghtagtar
6+
repo: kjdev/php-ext-lz4
7+
extract: php-src/ext/lz4
8+
metadata:
9+
license-files: [LICENSE]
10+
license: MIT
11+
depends:
12+
- liblz4
13+
php-extension:
14+
arg-type@unix: '--enable-lz4=@shared_suffix@ --with-lz4-includedir=@build_root_path@'
15+
arg-type@windows: '--enable-lz4'

0 commit comments

Comments
 (0)