Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -881,4 +881,5 @@ php-igbinary
bluez
pulseaudio
php-redis
php-amqp
pgcat
51 changes: 51 additions & 0 deletions php-amqp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
package:
name: php-amqp
version: 1.11.0
epoch: 0
description: "PHP extension to communicate with any AMQP compliant server"
copyright:
- license: PHP-3.01
dependencies:
runtime:
- php
- rabbitmq-c

environment:
contents:
packages:
- build-base
- autoconf
- busybox
- php
- php-dev
- rabbitmq-c-dev

pipeline:
- uses: git-checkout
with:
repository: https://github.com/php-amqp/php-amqp
tag: "v${{package.version}}"
expected-commit: a757b6657eedbbe3802756720f78f33e058d8d66

- name: Prepare build
runs: phpize

- name: Configure
runs: |
set -x
./configure

- uses: autoconf/make

- name: Make install
runs: |
set -x
INSTALL_ROOT="${{targets.destdir}}" DESTDIR="${{targets.destdir}}" make install

update:
enabled: true
github:
identifier: php-amqp/php-amqp
strip-prefix: v
tag-filter: v
use-tag: true