Skip to content

Commit e523fff

Browse files
committed
Add ext-mysqlnd_ed25519
1 parent 13ab3e2 commit e523fff

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)