mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 05:14:52 +08:00
22 lines
392 B
YAML
22 lines
392 B
YAML
|
|
ext-mongodb:
|
||
|
|
type: php-extension
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: ghrel
|
||
|
|
repo: mongodb/mongo-php-driver
|
||
|
|
match: mongodb.+\.tgz
|
||
|
|
extract: php-src/ext/mongodb
|
||
|
|
metadata:
|
||
|
|
license-files: [LICENSE]
|
||
|
|
license: PHP-3.01
|
||
|
|
suggests:
|
||
|
|
- icu
|
||
|
|
- openssl
|
||
|
|
- zstd
|
||
|
|
- zlib
|
||
|
|
frameworks:
|
||
|
|
- CoreFoundation
|
||
|
|
- Security
|
||
|
|
php-extension:
|
||
|
|
arg-type: custom
|