mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
20 lines
428 B
YAML
20 lines
428 B
YAML
gettext:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: filelist
|
|
url: 'https://ftp.gnu.org/pub/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
|