aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zint/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/zint/vcpkg.json')
-rw-r--r--vcpkg/ports/zint/vcpkg.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg/ports/zint/vcpkg.json b/vcpkg/ports/zint/vcpkg.json
new file mode 100644
index 0000000..19ed5cd
--- /dev/null
+++ b/vcpkg/ports/zint/vcpkg.json
@@ -0,0 +1,26 @@
+{
+ "name": "zint",
+ "version": "2.15.0",
+ "description": "A barcode encoding library supporting over 50 symbologies",
+ "homepage": "https://github.com/zint/zint",
+ "license": null,
+ "supports": "!osx",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "png": {
+ "description": "Build with PNG support",
+ "dependencies": [
+ "libpng"
+ ]
+ }
+ }
+}