diff options
| author | Connor Fitzgerald <connorwadefitzgerald@gmail.com> | 2019-03-06 16:16:52 -0500 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-03-06 13:16:52 -0800 |
| commit | 40c1a2305cd94c4b00e8104586ac52b49ba17956 (patch) | |
| tree | 7ea5998a580dcacf35bbedee976b0d151019e1dc /ports/cppfs/CONTROL | |
| parent | f6f2def009f6a77874164b519d53aa944069f280 (diff) | |
| download | vcpkg-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/CONTROL | 7 |
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 |
