vcpkg/ports/hunspell/vcpkg.json
Stanislav Ershov 00e252d7c7
[hunspell] move gettext dependency to tools feature (#21602)
* [hunspell] move gettext dependency to 	ools feature

* [hunspell] update port version

* [hunspell] update versions
2021-11-23 12:15:32 -08:00

26 lines
512 B
JSON

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