mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
sort config and change icu libs order
This commit is contained in:
parent
1398086c38
commit
874e104570
@ -96,6 +96,15 @@
|
|||||||
"gmp.h"
|
"gmp.h"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"icu": {
|
||||||
|
"source": "icu",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libicui18n.a",
|
||||||
|
"libicuio.a",
|
||||||
|
"libicuuc.a",
|
||||||
|
"libicudata.a"
|
||||||
|
]
|
||||||
|
},
|
||||||
"imagemagick": {
|
"imagemagick": {
|
||||||
"source": "imagemagick",
|
"source": "imagemagick",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@ -200,6 +209,12 @@
|
|||||||
"zlib"
|
"zlib"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"libsodium": {
|
||||||
|
"source": "libsodium",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libsodium.a"
|
||||||
|
]
|
||||||
|
},
|
||||||
"libssh2": {
|
"libssh2": {
|
||||||
"source": "libssh2",
|
"source": "libssh2",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@ -454,21 +469,5 @@
|
|||||||
"zstd.h",
|
"zstd.h",
|
||||||
"zstd_errors.h"
|
"zstd_errors.h"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"libsodium": {
|
|
||||||
"source": "libsodium",
|
|
||||||
"static-libs-unix": [
|
|
||||||
"libsodium.a"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"icu": {
|
|
||||||
"source": "icu",
|
|
||||||
"static-libs-unix": [
|
|
||||||
"libicudata.a",
|
|
||||||
"libicui18n.a",
|
|
||||||
"libicuio.a",
|
|
||||||
"libicutu.a",
|
|
||||||
"libicuuc.a"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -99,6 +99,14 @@
|
|||||||
"text": "Since version 6, GMP is distributed under the dual licenses, GNU LGPL v3 and GNU GPL v2. These licenses make the library free to use, share, and improve, and allow you to pass on the result. The GNU licenses give freedoms, but also set firm restrictions on the use with non-free programs."
|
"text": "Since version 6, GMP is distributed under the dual licenses, GNU LGPL v3 and GNU GPL v2. These licenses make the library free to use, share, and improve, and allow you to pass on the result. The GNU licenses give freedoms, but also set firm restrictions on the use with non-free programs."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"icu": {
|
||||||
|
"type": "url",
|
||||||
|
"url": "https://github.com/unicode-org/icu/releases/download/release-73-1/icu4c-73_1-src.tgz",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"imagemagick": {
|
"imagemagick": {
|
||||||
"type": "ghtar",
|
"type": "ghtar",
|
||||||
"repo": "ImageMagick/ImageMagick",
|
"repo": "ImageMagick/ImageMagick",
|
||||||
@ -186,6 +194,14 @@
|
|||||||
"path": "COPYING"
|
"path": "COPYING"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"libsodium": {
|
||||||
|
"type": "url",
|
||||||
|
"url": "https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "LICENSE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"libssh2": {
|
"libssh2": {
|
||||||
"type": "ghrel",
|
"type": "ghrel",
|
||||||
"repo": "libssh2/libssh2",
|
"repo": "libssh2/libssh2",
|
||||||
@ -411,21 +427,5 @@
|
|||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"libsodium": {
|
|
||||||
"type": "url",
|
|
||||||
"url": "https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz",
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "LICENSE"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"icu": {
|
|
||||||
"type": "url",
|
|
||||||
"url": "https://github.com/unicode-org/icu/releases/download/release-73-1/icu4c-73_1-src.tgz",
|
|
||||||
"license": {
|
|
||||||
"type": "file",
|
|
||||||
"path": "LICENSE"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user