vcpkg/ports/uni-algo/vcpkg.json
mg152 fd5058aad6
[uni-algo] Add new port (#29717)
* [uni-algo] Add new port

* [uni-algo] Update hash

* [uni-algo] Remove header-only feature

vcpkg maintainer-guide.md: Do not use features to implement alternatives
Header-only/constexpr feature in v0.7.0 doesn't implement
one system locale function so it violates this rule.

* [uni-algo] Clean excessive comments

vcpkg maintainer-guide.md: Avoid excessive comments in portfiles

* [uni-algo] Format json

* [uni-algo] Update baseline

Run: vcpkg x-add-version uni-algo

* [uni-algo] Remove vcpkg_minimum_required

* [uni-algo] Update baseline

* [uni-algo] Enable install always

* [uni-algo] Rerun x-add-version
2023-02-21 10:08:16 -08:00

18 lines
348 B
JSON

{
"name": "uni-algo",
"version-semver": "0.7.0",
"description": "Unicode Algorithms Implementation",
"homepage": "https://github.com/uni-algo/uni-algo",
"license": "Unlicense OR MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}