Files
static-php-cli/config/pkg/ext/ext-amqp.yml
2026-07-21 12:54:02 +07:00

19 lines
424 B
YAML

ext-amqp:
type: php-extension
artifact:
source:
type: pie
repo: php-amqp/php-amqp
extract: php-src/ext/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'