vcpkg/ports/utfcpp/vcpkg.json
Kai Pastor e3ba2df6fa
[utfcpp] Modernize, fix mingw (#26954)
* Modernize portfile

* Fix mingw

* Update versions
2022-09-26 11:25:11 -07:00

19 lines
347 B
JSON

{
"name": "utfcpp",
"version": "3.2.1",
"port-version": 1,
"description": "UTF-8 with C++ in a Portable Way",
"homepage": "https://github.com/nemtrif/utfcpp",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}