aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mchehab-zbar/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/mchehab-zbar/vcpkg.json')
-rw-r--r--vcpkg/ports/mchehab-zbar/vcpkg.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/mchehab-zbar/vcpkg.json b/vcpkg/ports/mchehab-zbar/vcpkg.json
new file mode 100644
index 0000000..94ac20a
--- /dev/null
+++ b/vcpkg/ports/mchehab-zbar/vcpkg.json
@@ -0,0 +1,30 @@
+{
+ "name": "mchehab-zbar",
+ "version": "0.23.93",
+ "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": "!uwp & !xbox",
+ "dependencies": [
+ {
+ "name": "gettext",
+ "host": true
+ },
+ "libiconv"
+ ],
+ "features": {
+ "nls": {
+ "description": "Native Language Support",
+ "dependencies": [
+ {
+ "name": "gettext",
+ "host": true,
+ "features": [
+ "tools"
+ ]
+ },
+ "gettext-libintl"
+ ]
+ }
+ }
+}