mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
17 lines
362 B
YAML
17 lines
362 B
YAML
ext-amqp:
|
|
type: php-extension
|
|
artifact:
|
|
source:
|
|
type: pecl
|
|
name: amqp
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
license: PHP-3.01
|
|
depends:
|
|
- librabbitmq
|
|
depends@windows:
|
|
- ext-openssl
|
|
php-extension:
|
|
arg-type: '--with-amqp@shared_suffix@ --with-librabbitmq-dir=@build_root_path@'
|
|
arg-type@windows: '--with-amqp'
|