vcpkg/ports/uchardet/vcpkg.json
JonLiu1993 1c96061099
[uchardet] update to v0.0.8 (#29748)
* [uchardet] update to v0.0.8

* update version

* add license

* update version

* update version

* update version
2023-02-21 08:08:59 -08:00

26 lines
510 B
JSON

{
"name": "uchardet",
"version": "0.0.8",
"description": "An encoding detector library ported from Mozilla.",
"homepage": "https://cgit.freedesktop.org/uchardet/uchardet/",
"license": "GPL-2.0 AND MPL-1.1",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tool": {
"description": "Build uchardet CLI tool.",
"dependencies": [
"getopt"
]
}
}
}