Initial commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user