-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphp-8.3-nsq.yaml
47 lines (39 loc) · 998 Bytes
/
php-8.3-nsq.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
package:
name: php-8.3-nsq
version: 3.5.1
epoch: 0
description: "a php nsq client write by c extension,the fastest nsq client"
copyright:
- license: PHP-3.01
dependencies:
runtime:
- php-8.3
environment:
contents:
packages:
- autoconf
- build-base
- busybox
- libevent-dev
- php-8.3
- php-8.3-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/yunnian/php-nsq.git
tag: ${{package.version}}
expected-commit: 7ce8d23a5e47879942ff248bf2f767a62543fa3f
- name: Prepare build
runs: phpize
- name: Configure
runs: ./configure
- uses: autoconf/make
- name: Make install
runs: INSTALL_ROOT="${{targets.destdir}}" DESTDIR="${{targets.destdir}}" make install
- runs: |
mkdir -p "${{targets.destdir}}/etc/php/conf.d"
echo "extension=nsq.so" > "${{targets.destdir}}/etc/php/conf.d/nsq.ini"
update:
enabled: true
github:
identifier: yunnian/php-nsq