mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
19 lines
409 B
YAML
19 lines
409 B
YAML
|
|
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
|