early-access version 2853
This commit is contained in:
31
externals/vcpkg/ports/nuspell/vcpkg.json
vendored
Executable file
31
externals/vcpkg/ports/nuspell/vcpkg.json
vendored
Executable file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "nuspell",
|
||||
"version-semver": "5.1.0",
|
||||
"port-version": 2,
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user