vcpkg/ports/tesseract/vcpkg.json
Russell Greene 455d8d85e0
[tesseract] Link executable to libarchive to fix linker error (#27307)
* [tesseract] link exe to libarchive to fix link error

* ./vcpkg x-add-version --all

* address comments

* ./vcpkg x-add-version --all --overwrite-version
2022-10-24 14:12:32 -07:00

37 lines
782 B
JSON

{
"name": "tesseract",
"version": "5.2.0",
"port-version": 3,
"description": "An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.",
"homepage": "https://github.com/tesseract-ocr/tesseract",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
"curl",
"leptonica",
"libarchive",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"cpu-independed": {
"description": "build on any cpu extension commands support"
},
"training-tools": {
"description": "build training tools",
"dependencies": [
"cairo",
"fontconfig",
"icu",
"pango"
]
}
}
}