vcpkg/ports/libcpplocate/vcpkg.json
Eric Kilmer 11be87ec56
[libcpplocate] New port (#23173)
* [libcpplocate] New port

* UWP unsupported

Errors that I don't know how to fix and personally unfamiliar with UWP.
Maybe someone else knows how to fix/support it

* Add version

* Apply suggestions from code review

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* Simplify patch

* Update version

* Use tagged v2.3.0

* Update version

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-03-01 17:09:28 -08:00

19 lines
443 B
JSON

{
"name": "libcpplocate",
"version-semver": "2.3.0",
"description": "Cross-platform C++ library providing tools for applications to locate themselves, their data assets as well as dependent modules.",
"homepage": "https://cpplocate.org/",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}