mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 07:35:06 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
33 lines
724 B
JSON
33 lines
724 B
JSON
{
|
|
"name": "nuspell",
|
|
"version-semver": "5.1.2",
|
|
"port-version": 1,
|
|
"description": [
|
|
"Nuspell is a fast and safe spelling checker software program.",
|
|
"It is designed for languages with rich morphology and complex word compounding.",
|
|
"Nuspell is written in modern C++ and it supports Hunspell dictionaries."
|
|
],
|
|
"homepage": "https://nuspell.github.io/",
|
|
"license": "LGPL-3.0-or-later",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"icu",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools",
|
|
"dependencies": [
|
|
"getopt"
|
|
]
|
|
}
|
|
}
|
|
}
|