aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libassuan/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libassuan/vcpkg.json')
-rw-r--r--vcpkg/ports/libassuan/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/libassuan/vcpkg.json b/vcpkg/ports/libassuan/vcpkg.json
new file mode 100644
index 0000000..dace4a2
--- /dev/null
+++ b/vcpkg/ports/libassuan/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "libassuan",
+ "version": "3.0.2",
+ "description": "A library implementing the so-called Assuan protocol",
+ "homepage": "https://gnupg.org/software/libassuan/index.html",
+ "license": "LGPL-2.1-or-later",
+ "supports": "!windows | mingw",
+ "dependencies": [
+ {
+ "name": "libassuan",
+ "host": true
+ },
+ "libgpg-error",
+ {
+ "name": "vcpkg-make",
+ "host": true
+ }
+ ]
+}