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.
24 lines
584 B
YAML
24 lines
584 B
YAML
gettext:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: filelist
|
|
url: 'https://ftp.gnu.org/gnu/gettext/'
|
|
regex: '/href="(?<file>gettext-(?<version>[^"]+)\.tar\.xz)"/'
|
|
source-mirror:
|
|
type: filelist
|
|
url: 'https://ftpmirror.gnu.org/gnu/gettext/'
|
|
regex: '/href="(?<file>gettext-(?<version>[^"]+)\.tar\.xz)"/'
|
|
metadata:
|
|
license-files: [gettext-runtime/intl/COPYING.LIB]
|
|
license: LGPL-2.1-or-later
|
|
depends:
|
|
- libiconv
|
|
suggests:
|
|
- ncurses
|
|
- libxml2
|
|
frameworks:
|
|
- CoreFoundation
|
|
static-libs@unix:
|
|
- libintl.a
|