aboutsummaryrefslogtreecommitdiff
path: root/ports/nameof
diff options
context:
space:
mode:
Diffstat (limited to 'ports/nameof')
-rw-r--r--ports/nameof/CONTROL4
-rw-r--r--ports/nameof/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/nameof/CONTROL b/ports/nameof/CONTROL
deleted file mode 100644
index b9b51e048..000000000
--- a/ports/nameof/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: nameof
-Version: 0.10.1
-Description: Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum.
-Homepage: https://github.com/Neargye/nameof
diff --git a/ports/nameof/vcpkg.json b/ports/nameof/vcpkg.json
new file mode 100644
index 000000000..78bce0d8e
--- /dev/null
+++ b/ports/nameof/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "nameof",
+ "version-string": "0.10.1",
+ "port-version": 1,
+ "description": "Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum.",
+ "homepage": "https://github.com/Neargye/nameof"
+}