vcpkg/ports/uchardet/vcpkg.json
myd7349 5b66fdd442
[uchardet] Update to 2021-09-03 (#19980)
* [uchardet] Update to 2021-09-03

* [uchardet] Bump version

* [uchardet] Fix UWP build

* [uchardet] Overwrite version

* [uchardet] Add version

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-13 14:58:13 -07:00

21 lines
416 B
JSON

{
"name": "uchardet",
"version-date": "2021-09-03",
"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"
]
}
}
}