aboutsummaryrefslogtreecommitdiff
path: root/ports/range-v3
diff options
context:
space:
mode:
Diffstat (limited to 'ports/range-v3')
-rw-r--r--ports/range-v3/CONTROL4
-rw-r--r--ports/range-v3/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/range-v3/CONTROL b/ports/range-v3/CONTROL
deleted file mode 100644
index cf5c57439..000000000
--- a/ports/range-v3/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: range-v3
-Version: 0.11.0
-Homepage: https://github.com/ericniebler/range-v3
-Description: Range library for C++11/14/17.
diff --git a/ports/range-v3/vcpkg.json b/ports/range-v3/vcpkg.json
new file mode 100644
index 000000000..6a5d15958
--- /dev/null
+++ b/ports/range-v3/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "range-v3",
+ "version-string": "0.11.0",
+ "port-version": 1,
+ "description": "Range library for C++11/14/17.",
+ "homepage": "https://github.com/ericniebler/range-v3"
+}