aboutsummaryrefslogtreecommitdiff
path: root/ports/restclient-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/restclient-cpp')
-rw-r--r--ports/restclient-cpp/CONTROL5
-rw-r--r--ports/restclient-cpp/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/restclient-cpp/CONTROL b/ports/restclient-cpp/CONTROL
deleted file mode 100644
index df8faa7b7..000000000
--- a/ports/restclient-cpp/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: restclient-cpp
-Version: 0.5.2
-Build-Depends: curl
-Homepage: https://code.mrtazz.com/restclient-cpp/
-Description: Simple REST client for C++. It wraps libcurl for HTTP requests.
diff --git a/ports/restclient-cpp/vcpkg.json b/ports/restclient-cpp/vcpkg.json
new file mode 100644
index 000000000..fcef3266a
--- /dev/null
+++ b/ports/restclient-cpp/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "restclient-cpp",
+ "version-string": "0.5.2",
+ "port-version": 1,
+ "description": "Simple REST client for C++. It wraps libcurl for HTTP requests.",
+ "homepage": "https://code.mrtazz.com/restclient-cpp/",
+ "dependencies": [
+ "curl"
+ ]
+}