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 @@ -876,3 +876,4 @@ soxr
libasyncns
libical
ell
php-igbinary
46 changes: 46 additions & 0 deletions php-igbinary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
package:
name: php-igbinary
version: 3.2.14
epoch: 0
description: "Igbinary is a drop in replacement for the standard php serializer."
copyright:
- license: BSD-3-Clause
dependencies:
runtime:
- php

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

pipeline:
- uses: git-checkout
with:
repository: https://github.com/igbinary/igbinary
tag: ${{package.version}}
expected-commit: 102ad68159791e76667f8455cbc171e6ec78253c

- name: Prepare build
runs: phpize

- name: Configure
runs: |
set -x
./configure CFLAGS="-O2 -g" --enable-igbinary

- uses: autoconf/make

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

update:
enabled: true
github:
identifier: igbinary/igbinary