yuzu/externals/vcpkg/ports/hunspell/vcpkg.json

26 lines
492 B
JSON
Executable File

{
"name": "hunspell",
"version": "1.7.0",
"port-version": 8,
"description": "The most popular spellchecking library.",
"homepage": "https://github.com/hunspell/hunspell",
"supports": "!uwp",
"dependencies": [
"libiconv"
],
"features": {
"tools": {
"description": "Build hunspell tools",
"dependencies": [
{
"name": "gettext",
"host": true,
"features": [
"tools"
]
}
]
}
}
}