-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathphp-8.3-tideways.yaml
46 lines (40 loc) · 1.39 KB
/
php-8.3-tideways.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
package:
name: php-8.3-tideways
version: 5.19.0
epoch: 0
description: "Tideways PHP Probe"
copyright:
- license: PROPRIETARY
dependencies:
runtime:
- ${{package.name}}-config
- php-8.3
environment:
contents:
packages:
- busybox
pipeline:
- uses: fetch
if: ${{build.arch}} == 'x86_64'
with:
uri: https://tideways.s3.amazonaws.com/extension/${{package.version}}/tideways-php-${{package.version}}-x86_64.tar.gz
expected-sha512: 9cf7a10075e4ea869b51f372e9ebdcbed32d2381a24c57844c80451819aef41dfab4ace528c509643cb4a53b813b0da9a3413e67d7e0062312146fc125765e01
- uses: fetch
if: ${{build.arch}} == 'aarch64'
with:
uri: https://tideways.s3.amazonaws.com/extension/${{package.version}}/tideways-php-${{package.version}}-arm64.tar.gz
expected-sha512: 1dc906da104adfc5d1f5d2363ce7305d0e3044525e1dba5ab831a70ed0ca8ca897d743b49f0b4194e8b882973a43a4dae404fa06f58dd7eaf434ec3240f4a869
- name: Copy
runs: |
mkdir -p ${{targets.destdir}}/usr/lib/php/modules/
cp tideways-php-8.3.so ${{targets.destdir}}/usr/lib/php/modules/tideways.so
subpackages:
- name: ${{package.name}}-config
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}/etc/php/conf.d"
echo "extension=tideways.so" > "${{targets.subpkgdir}}/etc/php/conf.d/tideways.ini"
update:
enabled: true
release-monitor:
identifier: 371870