mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
Add idn2
This commit is contained in:
21
config/pkg/lib/idn2.yml
Normal file
21
config/pkg/lib/idn2.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
pkg-configs:
|
||||
- libidn2
|
||||
headers:
|
||||
- idn2.h
|
||||
suggests@unix:
|
||||
- libiconv
|
||||
- gettext
|
||||
- libunistring
|
||||
depends@macos:
|
||||
- libiconv
|
||||
- gettext
|
||||
Reference in New Issue
Block a user