diff options
Diffstat (limited to 'vcpkg/ports/cppfs/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cppfs/vcpkg.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vcpkg/ports/cppfs/vcpkg.json b/vcpkg/ports/cppfs/vcpkg.json new file mode 100644 index 0000000..c9f6910 --- /dev/null +++ b/vcpkg/ports/cppfs/vcpkg.json @@ -0,0 +1,28 @@ +{ + "name": "cppfs", + "version": "1.3.0", + "port-version": 4, + "description": "Cross-platform C++ file system library supporting multiple backends", + "license": "MIT", + "supports": "!uwp", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "ssh": { + "description": "SSH backend for cppfs", + "dependencies": [ + "libssh2", + "openssl", + "zlib" + ] + } + } +} |