-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphp-frankenphp-8.3-mongodb.yaml
55 lines (48 loc) · 1.2 KB
/
php-frankenphp-8.3-mongodb.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-mongodb
version: 1.20.1
epoch: 0
description: "MongoDB driver"
copyright:
- license: PHP-3.01
dependencies:
runtime:
- php-frankenphp-8.3
environment:
contents:
packages:
- autoconf
- automake
- binutils
- build-base
- busybox
- ca-certificates-bundle
- cmake
- cyrus-sasl-dev
- gcc
- icu-dev
- libtool
- openssl-dev>3
- php-frankenphp-8.3-dev
- snappy-dev
- zstd-dev
pipeline:
- uses: fetch
with:
uri: https://pecl.php.net/get/mongodb-${{package.version}}.tgz
expected-sha512: bb1914d6adcdbf8a3b3c513cb59119b09379d00c5736bff4622d578e616d5f85c79f2a54be7bb03fd6feb3f7c491ad34bdcfc66d929ee4bb4fcb26cf77668df4
- name: phpize and configure
runs: |
phpize
./configure --prefix=/usr --with-php-config=php-config
- uses: autoconf/make
- name: Install
runs: |
make INSTALL_ROOT="${{targets.destdir}}" install
install -d ${{targets.destdir}}/etc/php/conf.d
echo "extension=mongodb.so" > ${{targets.destdir}}/etc/php/conf.d/mongodb.ini
- uses: strip
update:
enabled: true
release-monitor:
identifier: 11158