aboutsummaryrefslogtreecommitdiff
path: root/ports/oatpp-curl
diff options
context:
space:
mode:
authorMichael Heyman <mheyman@gmail.com>2020-11-05 21:21:17 -0500
committerGitHub <noreply@github.com>2020-11-05 18:21:17 -0800
commitbf7f7a1162bf704f2b1a3047caf923bd0d5db0b3 (patch)
tree8055a136e86b9ecbbb3f2cb3f353dbe4387542f5 /ports/oatpp-curl
parent5eae413e9ca1936dc94b643929a30d7660ab9593 (diff)
downloadvcpkg-bf7f7a1162bf704f2b1a3047caf923bd0d5db0b3.tar.gz
vcpkg-bf7f7a1162bf704f2b1a3047caf923bd0d5db0b3.zip
[oatpp] Add new port and vcpkg.json (#14341)
Diffstat (limited to 'ports/oatpp-curl')
-rw-r--r--ports/oatpp-curl/CONTROL6
-rw-r--r--ports/oatpp-curl/vcpkg.json11
2 files changed, 11 insertions, 6 deletions
diff --git a/ports/oatpp-curl/CONTROL b/ports/oatpp-curl/CONTROL
deleted file mode 100644
index 5fbb30fc7..000000000
--- a/ports/oatpp-curl/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: oatpp-curl
-Version: 1.2.0
-Port-Version: 2
-Description: Oat++ Modern web framework curl module to use libcurl as a RequestExecutor on the oatpp's ApiClient
-Build-Depends: curl,oatpp
-Homepage: https://github.com/oatpp/oatpp-curl
diff --git a/ports/oatpp-curl/vcpkg.json b/ports/oatpp-curl/vcpkg.json
new file mode 100644
index 000000000..c7dc30359
--- /dev/null
+++ b/ports/oatpp-curl/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "oatpp-curl",
+ "version-string": "1.2.0",
+ "port-version": 2,
+ "description": "Oat++ Modern web framework curl module to use libcurl as a RequestExecutor on the oatpp's ApiClient.",
+ "homepage": "https://github.com/oatpp/oatpp-curl",
+ "dependencies": [
+ "curl",
+ "oatpp"
+ ]
+}