mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-14 04:15:35 +08:00
Add ext-brotli
This commit is contained in:
13
config/pkg/ext/ext-brotli.yml
Normal file
13
config/pkg/ext/ext-brotli.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
ext-brotli:
|
||||||
|
type: php-extension
|
||||||
|
artifact:
|
||||||
|
source:
|
||||||
|
type: git
|
||||||
|
extract: php-src/ext/brotli
|
||||||
|
rev: master
|
||||||
|
url: 'https://github.com/kjdev/php-ext-brotli'
|
||||||
|
metadata:
|
||||||
|
license-files: [LICENSE]
|
||||||
|
license: MIT
|
||||||
|
depends:
|
||||||
|
- brotli
|
||||||
Reference in New Issue
Block a user