Files
packages/core/libidn2/libidn2.toml
T
2026-03-21 12:43:00 -05:00

32 lines
770 B
TOML

[build]
type = "autotools"
[build.flags]
configure = ["--disable-static"]
skip_tests = true
build_32 = true
[dependencies]
runtime = [
"glibc",
"libunistring",
]
[dependencies.lib32]
runtime = [
"lib32-glibc",
"lib32-libunistring",
]
[package]
description = "package designed for internationalized string handling based on standards from the Internet Engineering Task Force (IETF)'s IDN working group, designed for internationalized domain names"
homepage = "https://www.gnu.org/software/libidn/"
license = "GPL-3.0-or-Later"
name = "libidn2"
version = "2.3.8"
[[source]]
extract_dir = "$name-$version"
url = "https://mirrors.kernel.org/gnu/libidn/libidn2-$version.tar.gz"
sha256 = "f557911bf6171621e1f72ff35f5b1825bb35b52ed45325dcdee931e5d3c0787a"