mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
b57e29a6ce
* Fix port's cmake buildsystem for mingw * Install pc file for windows * Modernize portfile * Increment port-version * x-add-version * Use libunistring for non-windows * CR and doc changes * Update git-tree
20 lines
524 B
JSON
20 lines
524 B
JSON
{
|
|
"name": "libidn2",
|
|
"version": "2.3.0",
|
|
"port-version": 4,
|
|
"description": "GNU Libidn is an implementation of the Stringprep, Punycode and IDNA 2003 specifications. Libidn's purpose is to encode and decode internationalized domain names.",
|
|
"homepage": "https://www.gnu.org/software/libidn/",
|
|
"dependencies": [
|
|
"libiconv",
|
|
{
|
|
"name": "libunistring",
|
|
"platform": "!(windows | mingw)"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows | mingw"
|
|
}
|
|
]
|
|
}
|