mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Add ext-snappy
This commit is contained in:
parent
15e7678615
commit
1670b61ed7
18
config/pkg/ext/ext-snappy.yml
Normal file
18
config/pkg/ext/ext-snappy.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
ext-snappy:
|
||||||
|
type: php-extension
|
||||||
|
artifact:
|
||||||
|
source:
|
||||||
|
type: git
|
||||||
|
url: 'https://github.com/kjdev/php-ext-snappy'
|
||||||
|
rev: master
|
||||||
|
extract: php-src/ext/snappy
|
||||||
|
metadata:
|
||||||
|
license-files: [LICENSE]
|
||||||
|
license: PHP-3.01
|
||||||
|
depends:
|
||||||
|
- snappy
|
||||||
|
suggests:
|
||||||
|
- ext-apcu
|
||||||
|
lang: cpp
|
||||||
|
php-extension:
|
||||||
|
arg-type@unix: '--enable-snappy --with-snappy-includedir=@build_root_path@'
|
||||||
Loading…
x
Reference in New Issue
Block a user