From ff3e5e6dc2a5a207fb4380bd47ca9856b0b86ce0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Feb 2020 07:29:26 +0100 Subject: [PATCH] initial module --- .gitignore | 1 + php-extras.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 .gitignore create mode 100644 php-extras.yaml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2c7c0b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +php.yaml diff --git a/php-extras.yaml b/php-extras.yaml new file mode 100644 index 0000000..4cf18bd --- /dev/null +++ b/php-extras.yaml @@ -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 +...