aboutsummaryrefslogtreecommitdiff
path: root/ports/function2
diff options
context:
space:
mode:
Diffstat (limited to 'ports/function2')
-rw-r--r--ports/function2/CONTROL4
-rw-r--r--ports/function2/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/function2/CONTROL b/ports/function2/CONTROL
deleted file mode 100644
index 7fe055431..000000000
--- a/ports/function2/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: function2
-Version: 4.2.0
-Homepage: https://github.com/Naios/function2
-Description: Improved drop-in replacement to std::function
diff --git a/ports/function2/vcpkg.json b/ports/function2/vcpkg.json
new file mode 100644
index 000000000..6bea8f2aa
--- /dev/null
+++ b/ports/function2/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "function2",
+ "version-string": "4.2.0",
+ "port-version": 1,
+ "description": "Improved drop-in replacement to std::function",
+ "homepage": "https://github.com/Naios/function2"
+}