mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
22 lines
431 B
YAML
22 lines
431 B
YAML
idn2:
|
|
type: library
|
|
artifact:
|
|
source:
|
|
type: filelist
|
|
url: 'https://ftp.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
|
|
headers:
|
|
- idn2.h
|
|
pkg-configs:
|
|
- libidn2
|
|
suggests@unix:
|
|
- libiconv
|
|
- gettext
|
|
- libunistring
|