Add libiconv,libssh2,libxml2,xz

This commit is contained in:
crazywhalecc
2026-02-02 15:35:59 +08:00
parent 5a8341203b
commit 23db10d3cd
9 changed files with 187 additions and 27 deletions

View File

@@ -0,0 +1,18 @@
libiconv:
type: library
artifact:
source:
type: filelist
url: 'https://ftp.gnu.org/gnu/libiconv/'
regex: '/href="(?<file>libiconv-(?<version>[^"]+)\.tar\.gz)"/'
binary: hosted
metadata:
license-files: [COPYING.LIB]
license: LGPL-2.0-or-later
headers:
- iconv.h
- libcharset.h
- localcharset.h
static-libs@unix:
- libiconv.a
- libcharset.a