vcpkg/ports/hunspell/vcpkg.json

24 lines
452 B
JSON

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