We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b11f4 commit fa7de06Copy full SHA for fa7de06
config/pkg/ext/ext-lz4.yml
@@ -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