aboutsummaryrefslogtreecommitdiff
path: root/ports/cppfs/CONTROL
diff options
context:
space:
mode:
authorConnor Fitzgerald <connorwadefitzgerald@gmail.com>2019-03-06 16:16:52 -0500
committerVictor Romero <romerosanchezv@gmail.com>2019-03-06 13:16:52 -0800
commit40c1a2305cd94c4b00e8104586ac52b49ba17956 (patch)
tree7ea5998a580dcacf35bbedee976b0d151019e1dc /ports/cppfs/CONTROL
parentf6f2def009f6a77874164b519d53aa944069f280 (diff)
downloadvcpkg-40c1a2305cd94c4b00e8104586ac52b49ba17956.tar.gz
vcpkg-40c1a2305cd94c4b00e8104586ac52b49ba17956.zip
[cppfs] Add new port (#5571)
* [cppfs] Add new port * [cppfs] Remove explicit libcrypto dependency * [cppfs] Use vcpkg targets * [cppfs] Don't use local find modules * [cppfs] Disable arm64 and uwp * [cppfs] Make portfile indentation consistent
Diffstat (limited to 'ports/cppfs/CONTROL')
-rw-r--r--ports/cppfs/CONTROL7
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/cppfs/CONTROL b/ports/cppfs/CONTROL
new file mode 100644
index 000000000..30ec75f00
--- /dev/null
+++ b/ports/cppfs/CONTROL
@@ -0,0 +1,7 @@
+Source: cppfs
+Version: 1.2.0
+Description: Cross-platform C++ file system library supporting multiple backends
+
+Feature: ssh
+Description: SSH backend for cppfs
+Build-Depends: libssh2,openssl,zlib