vcpkg/ports/hunspell/vcpkg.json
NancyLi1013 0c1b57592b
[hunspell] Fix build error on Windows (#18037)
* [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>
2021-06-09 15:28:21 -07:00

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"
}
}
}