mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:39:08 +08:00
0c1b57592b
* [hunspell] Fix build error on Windows * Update ports/hunspell/portfile.cmake * re-factory win build * Drop support with UWP since the upstream doesn't add app bitset in vcxproj * update baseline * Update port-version * Update version files * Update version-string field as version * Re update versions/h-/hunspell.json Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
24 lines
452 B
JSON
24 lines
452 B
JSON
{
|
|
"name": "hunspell",
|
|
"version": "1.7.0",
|
|
"port-version": 4,
|
|
"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"
|
|
}
|
|
}
|
|
}
|