-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathphp-frankenphp-8.2-mongodb.yaml
More file actions
55 lines (48 loc) · 1.2 KB
/
php-frankenphp-8.2-mongodb.yaml
File metadata and controls
55 lines (48 loc) · 1.2 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
52
53
54
55
package:
name: php-frankenphp-8.2-mongodb
version: 2.3.0
epoch: 0
description: "MongoDB driver"
copyright:
- license: PHP-3.01
dependencies:
runtime:
- php-frankenphp-8.2
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.2-dev
- snappy-dev
- zstd-dev
pipeline:
- uses: fetch
with:
uri: https://pecl.php.net/get/mongodb-${{package.version}}.tgz
expected-sha512: 6fb2988b622ca819e3c407667fa8998404c1098473d9a60749a4ab50eff34343a436ea0dd4af265d5f7d871490ccdebeba2a0057725683cbd1d4de70b3ce1f8b
- 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