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 @@ -879,3 +879,4 @@ ell
php-igbinary
bluez
pulseaudio
php-redis
44 changes: 44 additions & 0 deletions php-redis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
package:
name: php-redis
version: 5.3.7
epoch: 0
description: "A PHP extension for Redis"
copyright:
- license: PHP-3.01
dependencies:
runtime:
- php

environment:
contents:
packages:
- build-base
- autoconf
- busybox
- php
- php-dev
- php-igbinary

pipeline:
- uses: git-checkout
with:
repository: https://github.com/phpredis/phpredis
tag: ${{package.version}}
expected-commit: 98d64ba86f37d2d3048500461f50b05f302f36ea

- name: Prepare build
runs: phpize

- name: Configure
runs: ./configure --enable-redis-igbinary

- uses: autoconf/make

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

update:
enabled: true
github:
identifier: phpredis/phpredis