vcpkg/ports/hunspell/vcpkg.json
Alexander Neumann 5c19a00f26
[hunspell] switch to make to enable build of hunspell tools (#17148)
* [hunspell] switch to make to enable build of hunspell tools

* version stuff
2021-04-09 09:50:00 -07:00

23 lines
417 B
JSON

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