mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
18 lines
359 B
YAML
18 lines
359 B
YAML
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
|