mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
16 lines
317 B
YAML
16 lines
317 B
YAML
libsodium:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: ghrel
|
|
repo: jedisct1/libsodium
|
|
match: 'libsodium-(?!1\.0\.21)\d+(\.\d+)*\.tar\.gz'
|
|
prefer-stable: true
|
|
binary: hosted
|
|
metadata:
|
|
license-files: [LICENSE]
|
|
pkg-configs:
|
|
- libsodium
|
|
static-libs@unix:
|
|
- libsodium.a
|