aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fineftp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/fineftp/vcpkg.json')
-rw-r--r--vcpkg/ports/fineftp/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/fineftp/vcpkg.json b/vcpkg/ports/fineftp/vcpkg.json
new file mode 100644
index 0000000..aff4078
--- /dev/null
+++ b/vcpkg/ports/fineftp/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
+ "name": "fineftp",
+ "version": "1.5.1",
+ "description": "FineFTP is a minimal FTP server library for Windows and Unix flavors.",
+ "homepage": "https://github.com/eclipse-ecal/fineftp-server",
+ "license": "MIT",
+ "supports": "!uwp & !android",
+ "dependencies": [
+ "asio",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}