mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 09:55:37 +08:00
Add ldap,libcares,libsodium,libunistring, lint all configs
This commit is contained in:
15
config/pkg/lib/libsodium.yml
Normal file
15
config/pkg/lib/libsodium.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user