mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
19 lines
444 B
YAML
19 lines
444 B
YAML
ext-amqp:
|
|
type: php-extension
|
|
artifact:
|
|
source:
|
|
type: url
|
|
url: 'https://pecl.php.net/get/amqp'
|
|
extract: php-src/ext/amqp
|
|
filename: amqp.tgz
|
|
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'
|