mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 05:14:52 +08:00
17 lines
384 B
YAML
17 lines
384 B
YAML
|
|
libunistring:
|
||
|
|
type: library
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: filelist
|
||
|
|
url: 'https://ftp.gnu.org/gnu/libunistring/'
|
||
|
|
regex: '/href="(?<file>libunistring-(?<version>[^"]+)\.tar\.gz)"/'
|
||
|
|
binary: hosted
|
||
|
|
metadata:
|
||
|
|
license-files: [COPYING.LIB]
|
||
|
|
license: LGPL-3.0-or-later
|
||
|
|
headers:
|
||
|
|
- unistr.h
|
||
|
|
- unistring/
|
||
|
|
static-libs@unix:
|
||
|
|
- libunistring.a
|