vcpkg/ports/nuspell/vcpkg.json
Jack·Boos·Yu 8e5e74fe09
[vcpkg baseline][nuspell] Add and fix feature tools (#24542)
* [vcpkg baseline][nuspell] Add and fix feature tools

* version
2022-05-05 13:47:56 -07:00

32 lines
701 B
JSON

{
"name": "nuspell",
"version-semver": "5.1.0",
"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",
"dependencies": [
"icu",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build tools",
"dependencies": [
"getopt"
]
}
}
}