mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
add libiconv source
This commit is contained in:
parent
357b25905b
commit
da03db051d
@ -154,6 +154,9 @@
|
|||||||
"headers": [
|
"headers": [
|
||||||
"libxml2"
|
"libxml2"
|
||||||
],
|
],
|
||||||
|
"lib-depends": [
|
||||||
|
"libiconv"
|
||||||
|
],
|
||||||
"lib-suggests": [
|
"lib-suggests": [
|
||||||
"icu",
|
"icu",
|
||||||
"xz",
|
"xz",
|
||||||
@ -166,6 +169,17 @@
|
|||||||
"pthreads4w"
|
"pthreads4w"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"libiconv": {
|
||||||
|
"source": "libiconv",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libiconv.a"
|
||||||
|
],
|
||||||
|
"headers": [
|
||||||
|
"iconv.h",
|
||||||
|
"libcharset.h",
|
||||||
|
"localcharset.h"
|
||||||
|
]
|
||||||
|
},
|
||||||
"libyaml": {
|
"libyaml": {
|
||||||
"source": "libyaml",
|
"source": "libyaml",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
|
|||||||
@ -223,6 +223,15 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"libiconv":{
|
||||||
|
"type": "filelist",
|
||||||
|
"url": "https://ftp.gnu.org/gnu/libiconv/",
|
||||||
|
"regex": "/href=\"(?<file>libiconv-(?<version>[^\"]+)\\.tar\\.gz)\"/",
|
||||||
|
"license": {
|
||||||
|
"type": "text",
|
||||||
|
"text": "TODO"
|
||||||
|
}
|
||||||
|
},
|
||||||
"xz": {
|
"xz": {
|
||||||
"type": "filelist",
|
"type": "filelist",
|
||||||
"url": "https://tukaani.org/xz/",
|
"url": "https://tukaani.org/xz/",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user