aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gpgme/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/gpgme/vcpkg.json')
-rw-r--r--vcpkg/ports/gpgme/vcpkg.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/gpgme/vcpkg.json b/vcpkg/ports/gpgme/vcpkg.json
new file mode 100644
index 0000000..079cfad
--- /dev/null
+++ b/vcpkg/ports/gpgme/vcpkg.json
@@ -0,0 +1,16 @@
+{
+ "name": "gpgme",
+ "version": "2.0.0",
+ "description": "A library designed to make access to GnuPG easier for applications",
+ "homepage": "https://gnupg.org/software/gpgme/",
+ "license": null,
+ "supports": "!windows | mingw",
+ "dependencies": [
+ "libassuan",
+ "libgpg-error",
+ {
+ "name": "vcpkg-make",
+ "host": true
+ }
+ ]
+}