aboutsummaryrefslogtreecommitdiff
path: root/ports/cppfs
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cppfs')
-rw-r--r--ports/cppfs/CONTROL8
-rw-r--r--ports/cppfs/vcpkg.json17
2 files changed, 17 insertions, 8 deletions
diff --git a/ports/cppfs/CONTROL b/ports/cppfs/CONTROL
deleted file mode 100644
index d32f5a7f8..000000000
--- a/ports/cppfs/CONTROL
+++ /dev/null
@@ -1,8 +0,0 @@
-Source: cppfs
-Version: 1.3.0
-Description: Cross-platform C++ file system library supporting multiple backends
-Supports: !uwp
-
-Feature: ssh
-Description: SSH backend for cppfs
-Build-Depends: libssh2,openssl,zlib
diff --git a/ports/cppfs/vcpkg.json b/ports/cppfs/vcpkg.json
new file mode 100644
index 000000000..75db6fc3e
--- /dev/null
+++ b/ports/cppfs/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "cppfs",
+ "version-string": "1.3.0",
+ "port-version": 1,
+ "description": "Cross-platform C++ file system library supporting multiple backends",
+ "supports": "!uwp",
+ "features": {
+ "ssh": {
+ "description": "SSH backend for cppfs",
+ "dependencies": [
+ "libssh2",
+ "openssl",
+ "zlib"
+ ]
+ }
+ }
+}