vcpkg/ports/uchardet/vcpkg.json
LilyWangLL ae91542c8e
[vcpkg baseline][uchardet] Fix download error (#22218)
* [vcpkg baseline][uchardet] Fix build error

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2021-12-27 13:04:01 -08:00

22 lines
437 B
JSON

{
"name": "uchardet",
"version-date": "2021-09-03",
"port-version": 2,
"description": "An encoding detector library ported from Mozilla.",
"homepage": "https://cgit.freedesktop.org/uchardet/uchardet/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"tool": {
"description": "Build uchardet CLI tool.",
"dependencies": [
"getopt"
]
}
}
}