mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 11:25:35 +08:00
Add libiconv,libssh2,libxml2,xz
This commit is contained in:
18
config/pkg/lib/libiconv.yml
Normal file
18
config/pkg/lib/libiconv.yml
Normal 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
|
||||
Reference in New Issue
Block a user