vcpkg/ports/nuspell/vcpkg.json
Jia Yue Hua 7085a5eaf2
[nuspell] update to 5.1.4 (#35132)
* [nuspell] update to 5.1.4

* [nuspell] update to 5.1.4
2023-11-16 12:49:12 -08:00

32 lines
703 B
JSON

{
"name": "nuspell",
"version-semver": "5.1.4",
"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"
]
}
}
}