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