We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ab3e2 commit e523fffCopy full SHA for e523fff
config/pkg/ext/ext-mysqlnd_ed25519.yml
@@ -0,0 +1,18 @@
1
+ext-mysqlnd_ed25519:
2
+ type: php-extension
3
+ artifact:
4
+ source:
5
+ type: pie
6
+ repo: mariadb/mysqlnd_ed25519
7
+ extract: php-src/ext/mysqlnd_ed25519
8
+ metadata:
9
+ license-files: [LICENSE]
10
+ license: BSD-3-Clause
11
+ depends:
12
+ - ext-mysqlnd
13
+ - libsodium
14
+ suggests:
15
+ - openssl
16
+ php-extension:
17
+ arg-type: '--with-mysqlnd_ed25519=@shared_suffix@'
18
+ build-static: false
0 commit comments