diff options
Diffstat (limited to 'ports/curlpp')
| -rw-r--r-- | ports/curlpp/CONTROL | 4 | ||||
| -rw-r--r-- | ports/curlpp/vcpkg.json | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/ports/curlpp/CONTROL b/ports/curlpp/CONTROL deleted file mode 100644 index cac6a6048..000000000 --- a/ports/curlpp/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: curlpp -Version: 2018-06-15-3 -Description: C++ wrapper around libcURL -Build-Depends: curl diff --git a/ports/curlpp/vcpkg.json b/ports/curlpp/vcpkg.json new file mode 100644 index 000000000..9ca5d29ed --- /dev/null +++ b/ports/curlpp/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "curlpp", + "version-string": "2018-06-15", + "port-version": 4, + "description": "C++ wrapper around libcURL", + "dependencies": [ + "curl" + ] +} |
