forked from shyim/wolfi-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphp-8.5-tideways.yaml
More file actions
51 lines (44 loc) · 1.46 KB
/
php-8.5-tideways.yaml
File metadata and controls
51 lines (44 loc) · 1.46 KB
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
package:
name: php-8.5-tideways
version: 5.34.4
epoch: 0
description: "Tideways PHP Probe"
copyright:
- license: PROPRIETARY
dependencies:
runtime:
- ${{package.name}}-config
- php-8.5
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: 449684e0e07ed4bdd7b54daff9ae11415a1416419c2b63d9969e313b5917ab8b2594f568995f9bffe688364ea51fba3a1bd4985bee43b4303a12fb2d978c5de0
- 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: 49478ced6189a9bef5a9b1e3ba040cca38b43c31f61cd3e33a4206586365f45225b97a976b31ae1d9c78126082641b7a0cf1f69ece8c19986dc24e45c95e581c
- name: Copy
runs: |
mkdir -p ${{targets.destdir}}/usr/lib/php/modules/
cp tideways-php-8.5.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
test:
pipeline:
- runs: |
php -m | grep tideways