aboutsummaryrefslogtreecommitdiff
path: root/ports/libassuan
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libassuan')
-rw-r--r--ports/libassuan/CONTROL7
-rw-r--r--ports/libassuan/vcpkg.json11
2 files changed, 11 insertions, 7 deletions
diff --git a/ports/libassuan/CONTROL b/ports/libassuan/CONTROL
deleted file mode 100644
index a82da4811..000000000
--- a/ports/libassuan/CONTROL
+++ /dev/null
@@ -1,7 +0,0 @@
-Source: libassuan
-Version: 2.5.3
-Port-Version: 1
-Homepage: https://gnupg.org/software/libassuan/index.html
-Description: A library implementing the so-called Assuan protocol
-Build-Depends: libgpg-error
-Supports: !windows
diff --git a/ports/libassuan/vcpkg.json b/ports/libassuan/vcpkg.json
new file mode 100644
index 000000000..f7808864c
--- /dev/null
+++ b/ports/libassuan/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "libassuan",
+ "version-string": "2.5.3",
+ "port-version": 2,
+ "description": "A library implementing the so-called Assuan protocol",
+ "homepage": "https://gnupg.org/software/libassuan/index.html",
+ "supports": "!windows",
+ "dependencies": [
+ "libgpg-error"
+ ]
+}