aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gexiv2/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/gexiv2/vcpkg.json')
-rw-r--r--vcpkg/ports/gexiv2/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/gexiv2/vcpkg.json b/vcpkg/ports/gexiv2/vcpkg.json
new file mode 100644
index 0000000..324c9b7
--- /dev/null
+++ b/vcpkg/ports/gexiv2/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "gexiv2",
+ "version": "0.14.3",
+ "port-version": 1,
+ "description": "A GObject-based Exiv2 wrapper.",
+ "homepage": "https://gitlab.gnome.org/GNOME/gexiv2/",
+ "license": "GPL-2.0-or-later",
+ "dependencies": [
+ "exiv2",
+ "glib",
+ {
+ "name": "glib",
+ "host": true
+ },
+ {
+ "name": "vcpkg-tool-meson",
+ "host": true
+ }
+ ]
+}