This commit is contained in:
crazywhalecc
2026-02-03 10:10:10 +08:00
parent e4d6723b01
commit 2e8f6bbb31
2 changed files with 54 additions and 0 deletions

21
config/pkg/lib/idn2.yml Normal file
View 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