-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathphp-8.2-nsq.yaml
More file actions
48 lines (40 loc) · 1019 Bytes
/
php-8.2-nsq.yaml
File metadata and controls
48 lines (40 loc) · 1019 Bytes
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
48
package:
name: php-8.2-nsq
version: 3.9.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.2
environment:
contents:
packages:
- autoconf
- build-base
- busybox
- libevent-dev
- php-8.2
- php-8.2-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/yunnian/php-nsq.git
tag: v${{package.version}}
expected-commit: 88bef253d5fbcc612d7152d61f51c1a8b07a6266
- 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
strip-prefix: v