mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 16:25:39 +08:00
add gsasl
This commit is contained in:
@@ -107,7 +107,8 @@
|
||||
"ldap",
|
||||
"krb5",
|
||||
"idn2",
|
||||
"psl"
|
||||
"psl",
|
||||
"gsasl"
|
||||
],
|
||||
"lib-suggests-macos": [
|
||||
"libssh2",
|
||||
@@ -904,6 +905,21 @@
|
||||
"idn2"
|
||||
]
|
||||
},
|
||||
"gsasl": {
|
||||
"source": "gsasl",
|
||||
"pkg-configs": [
|
||||
"libgsasl"
|
||||
],
|
||||
"headers": [
|
||||
"gsasl.h"
|
||||
],
|
||||
"lib-depends": [
|
||||
"idn2"
|
||||
],
|
||||
"lib-suggests": [
|
||||
"krb5"
|
||||
]
|
||||
},
|
||||
"pthreads4w": {
|
||||
"source": "pthreads4w",
|
||||
"static-libs-windows": [
|
||||
|
||||
@@ -1200,6 +1200,16 @@
|
||||
"path": "LICENSE"
|
||||
}
|
||||
},
|
||||
"gsasl": {
|
||||
"type": "filelist",
|
||||
"url": "https://ftp.gnu.org/gnu/gsasl/",
|
||||
"regex": "/href=\\\"(?<file>gsasl-(?<version>[^\\\"]+)\\.tar\\.gz)\\\"/",
|
||||
"prefer-stable": true,
|
||||
"license": {
|
||||
"type": "file",
|
||||
"path": "COPYING.LESSER"
|
||||
}
|
||||
},
|
||||
"yaml": {
|
||||
"type": "git",
|
||||
"path": "php-src/ext/yaml",
|
||||
|
||||
Reference in New Issue
Block a user