Files
static-php-cli/config/pkg/ext/ext-amqp.yml
crazywhalecc 94dd44e68d Add ext-amqp
2026-03-24 18:58:12 +08:00

18 lines
380 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:
- librabbitmq
- ext-openssl
php-extension:
arg-type: '--with-amqp@shared_suffix@ --with-librabbitmq-dir=@build_root_path@'
arg-type@windows: '--with-amqp'