mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +08:00
24 lines
452 B
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"
|
|
}
|
|
}
|
|
}
|