mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 14:59:01 +08:00
00e252d7c7
* [hunspell] move gettext dependency to ools feature * [hunspell] update port version * [hunspell] update versions
26 lines
512 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|