mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
All GNU packages now use ftp.gnu.org (stable canonical server) as the primary filelist source, with ftpmirror.gnu.org configured as source-mirror fallback. ftpmirror uses DNS round-robin across many mirrors of varying reliability; this setup eliminates random CI failures caused by unreachable mirror nodes while preserving a fallback path.
20 lines
535 B
YAML
20 lines
535 B
YAML
libunistring:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: filelist
|
|
url: 'https://ftp.gnu.org/gnu/libunistring/'
|
|
regex: '/href="(?<file>libunistring-(?<version>[^"]+)\.tar\.gz)"/'
|
|
source-mirror:
|
|
type: filelist
|
|
url: 'https://ftpmirror.gnu.org/gnu/libunistring/'
|
|
regex: '/href="(?<file>libunistring-(?<version>[^"]+)\.tar\.gz)"/'
|
|
metadata:
|
|
license-files: [COPYING.LIB]
|
|
license: LGPL-3.0-or-later
|
|
headers:
|
|
- unistr.h
|
|
- unistring/
|
|
static-libs@unix:
|
|
- libunistring.a
|