aboutsummaryrefslogtreecommitdiff
path: root/ports/libssh2
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libssh2')
-rw-r--r--ports/libssh2/CONTROL5
-rw-r--r--ports/libssh2/vcpkg.json11
2 files changed, 11 insertions, 5 deletions
diff --git a/ports/libssh2/CONTROL b/ports/libssh2/CONTROL
deleted file mode 100644
index e870b0e15..000000000
--- a/ports/libssh2/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: libssh2
-Version: 1.9.0
-Build-Depends: zlib, openssl
-Homepage: https://www.libssh2.org
-Description: The SSH library
diff --git a/ports/libssh2/vcpkg.json b/ports/libssh2/vcpkg.json
new file mode 100644
index 000000000..c5692d464
--- /dev/null
+++ b/ports/libssh2/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "libssh2",
+ "version-string": "1.9.0",
+ "port-version": 1,
+ "description": "The SSH library",
+ "homepage": "https://www.libssh2.org",
+ "dependencies": [
+ "openssl",
+ "zlib"
+ ]
+}