add libiconv source

This commit is contained in:
crazywhalecc 2023-03-21 01:52:22 +08:00
parent 357b25905b
commit da03db051d
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
2 changed files with 23 additions and 0 deletions

View File

@ -154,6 +154,9 @@
"headers": [
"libxml2"
],
"lib-depends": [
"libiconv"
],
"lib-suggests": [
"icu",
"xz",
@ -166,6 +169,17 @@
"pthreads4w"
]
},
"libiconv": {
"source": "libiconv",
"static-libs-unix": [
"libiconv.a"
],
"headers": [
"iconv.h",
"libcharset.h",
"localcharset.h"
]
},
"libyaml": {
"source": "libyaml",
"static-libs-unix": [

View File

@ -223,6 +223,15 @@
"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": {
"type": "filelist",
"url": "https://tukaani.org/xz/",