vcpkg/ports/hunspell/vcpkg.json
2023-03-29 16:43:44 -07:00

32 lines
688 B
JSON

{
"name": "hunspell",
"version": "1.7.1",
"port-version": 3,
"description": "The most popular spellchecking library.",
"homepage": "https://github.com/hunspell/hunspell",
"license": "MPL-1.1 OR LGPL-2.1-or-later OR GPL-2.0-or-later",
"supports": "!uwp",
"dependencies": [
"libiconv"
],
"features": {
"nls": {
"description": "Enable native language support",
"supports": "!windows | mingw",
"dependencies": [
"gettext",
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
}
]
},
"tools": {
"description": "Build hunspell tools"
}
}
}