vcpkg/ports/mchehab-zbar/vcpkg.json
Lily Wang f12137f89c
[vcpkg baseline][mchehab-zbar] Fix build error on x64-windows-static (#27428)
* [vcpkg baseline][mchehab-zbar] Fix build error on x64-windows-static

* x-add-version
2022-10-24 16:20:33 -07:00

13 lines
384 B
JSON

{
"name": "mchehab-zbar",
"version": "0.23.90",
"port-version": 1,
"description": "ZBar is an open source software suite for reading bar codes from various sources, including webcams. This fork is actively maintained.",
"homepage": "https://github.com/mchehab/zbar",
"license": "LGPL-2.1-or-later",
"supports": "windows & !uwp",
"dependencies": [
"libiconv"
]
}