mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 07:15:38 +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.
26 lines
590 B
YAML
26 lines
590 B
YAML
idn2:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: filelist
|
|
url: 'https://ftp.gnu.org/gnu/libidn/'
|
|
regex: '/href="(?<file>libidn2-(?<version>[^"]+)\.tar\.gz)"/'
|
|
source-mirror:
|
|
type: filelist
|
|
url: 'https://ftpmirror.gnu.org/gnu/libidn/'
|
|
regex: '/href="(?<file>libidn2-(?<version>[^"]+)\.tar\.gz)"/'
|
|
metadata:
|
|
license-files: [COPYING.LESSERv3]
|
|
license: LGPL-3.0-or-later
|
|
depends@macos:
|
|
- libiconv
|
|
- gettext
|
|
suggests@unix:
|
|
- libiconv
|
|
- gettext
|
|
- libunistring
|
|
headers:
|
|
- idn2.h
|
|
pkg-configs:
|
|
- libidn2
|