add libiconv source

This commit is contained in:
crazywhalecc
2023-03-21 01:52:22 +08:00
parent 357b25905b
commit da03db051d
2 changed files with 23 additions and 0 deletions

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/",