-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphp-frankenphp-8.3-phalcon.yaml
55 lines (48 loc) · 1.27 KB
/
php-frankenphp-8.3-phalcon.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
48
49
50
51
52
53
54
55
package:
name: php-frankenphp-8.3-phalcon
version: 5.8.0
epoch: 0
description: "Phalcon is a full stack PHP framework offering low resource consumption and high performance"
copyright:
- license: BSD-3-Clause
dependencies:
runtime:
- ${{package.name}}-config
- php-frankenphp-8.3
environment:
contents:
packages:
- autoconf
- build-base
- busybox
- php-frankenphp-8.3
- php-frankenphp-8.3-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/phalcon/cphalcon
tag: "v${{package.version}}"
expected-commit: 14b0f1cb8ac9240c06c2c0768339f233177dddfb
- name: Prepare build
working-directory: ext
runs: phpize
- name: Build
working-directory: ext
runs: ./configure
- name: Make install
working-directory: ext
runs: |
INSTALL_ROOT="${{targets.destdir}}" DESTDIR="${{targets.destdir}}" make install
subpackages:
- name: ${{package.name}}-config
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}/etc/php/conf.d"
echo "extension=phalcon.so" > "${{targets.subpkgdir}}/etc/php/conf.d/phalcon.ini"
update:
enabled: true
github:
identifier: phalcon/cphalcon
strip-prefix: v
tag-filter: v
use-tag: true