Add ldap,libcares,libsodium,libunistring, lint all configs

This commit is contained in:
crazywhalecc
2026-02-02 16:53:04 +08:00
parent 6ee8dc7994
commit 19e11caa83
14 changed files with 182 additions and 26 deletions

17
config/pkg/lib/ldap.yml Normal file
View File

@@ -0,0 +1,17 @@
ldap:
type: library
artifact:
source:
type: filelist
url: 'https://www.openldap.org/software/download/OpenLDAP/openldap-release/'
regex: '/href="(?<file>openldap-(?<version>[^"]+)\.tgz)"/'
metadata:
license-files: [LICENSE]
depends:
- openssl
- zlib
- gmp
- libsodium
pkg-configs:
- ldap
- lber