Compare commits
1 commit
master
...
epel-8-php
| Author | SHA1 | Date | |
|---|---|---|---|
| ff3e5e6dc2 |
2 changed files with 39 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
php.yaml
|
||||||
38
php-extras.yaml
Normal file
38
php-extras.yaml
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
document: modulemd
|
||||||
|
version: 2
|
||||||
|
data:
|
||||||
|
name: php-extras
|
||||||
|
stream: 7.2
|
||||||
|
summary: Additional extensions for PHP
|
||||||
|
description: >-
|
||||||
|
php-extras 7.2 module
|
||||||
|
license:
|
||||||
|
module:
|
||||||
|
- GPLv2+
|
||||||
|
content:
|
||||||
|
- ASL 2.0
|
||||||
|
- BSD
|
||||||
|
- MIT
|
||||||
|
- PHP
|
||||||
|
dependencies:
|
||||||
|
- buildrequires:
|
||||||
|
php: [7.2]
|
||||||
|
platform: [el8]
|
||||||
|
requires:
|
||||||
|
php: [7.2]
|
||||||
|
platform: [el8]
|
||||||
|
references:
|
||||||
|
documentation: https://pecl.php.net/
|
||||||
|
tracker: https://bugs.php.net/
|
||||||
|
profiles:
|
||||||
|
common:
|
||||||
|
rpms:
|
||||||
|
- php-sodium
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
php-extras:
|
||||||
|
rationale: Extensions from PHP sources
|
||||||
|
ref: epel-8-php-7.2
|
||||||
|
buildorder: 1
|
||||||
|
...
|
||||||
Loading…
Add table
Add a link
Reference in a new issue