vcpkg/ports/libidn2/vcpkg.json
Kai Pastor b57e29a6ce
[libidn2] Fixes for mingw and minor issues (#19002)
* 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
2021-07-26 11:02:24 -07:00

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"
}
]
}