aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/curlcpp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/curlcpp/vcpkg.json')
-rw-r--r--vcpkg/ports/curlcpp/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/curlcpp/vcpkg.json b/vcpkg/ports/curlcpp/vcpkg.json
new file mode 100644
index 0000000..9247e5c
--- /dev/null
+++ b/vcpkg/ports/curlcpp/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "curlcpp",
+ "version": "3.1",
+ "port-version": 1,
+ "description": "An object oriented C++ wrapper for CURL (libcurl)",
+ "homepage": "https://josephp91.github.io/curlcpp/",
+ "license": "MIT",
+ "dependencies": [
+ "curl",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}