aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libcurl-simple-https/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libcurl-simple-https/vcpkg.json')
-rw-r--r--vcpkg/ports/libcurl-simple-https/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libcurl-simple-https/vcpkg.json b/vcpkg/ports/libcurl-simple-https/vcpkg.json
new file mode 100644
index 0000000..beac2af
--- /dev/null
+++ b/vcpkg/ports/libcurl-simple-https/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "libcurl-simple-https",
+ "version-date": "2022-02-14",
+ "description": "Very simple HTTPS interface built atop libcurl",
+ "license": "Apache-2.0 OR MIT",
+ "supports": "!uwp",
+ "dependencies": [
+ "curl",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}