static-php-cli/config/pkg/ext/ext-amqp.yml

17 lines
362 B
YAML
Raw Normal View History

2026-02-06 16:33:34 +08:00
ext-amqp:
type: php-extension
artifact:
source:
type: pecl
name: amqp
2026-02-06 16:33:34 +08:00
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'