mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 23:05:41 +08:00
25 lines
518 B
YAML
25 lines
518 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
|
|
depends@windows:
|
|
- ext-openssl
|
|
suggests@unix:
|
|
- icu
|
|
- openssl
|
|
- zstd
|
|
- zlib
|
|
frameworks:
|
|
- CoreFoundation
|
|
- Security
|
|
php-extension:
|
|
arg-type@unix: custom
|
|
arg-type@windows: '--enable-mongodb --with-mongodb-client-side-encryption'
|