aboutsummaryrefslogtreecommitdiff
path: root/ports/wil
diff options
context:
space:
mode:
Diffstat (limited to 'ports/wil')
-rw-r--r--ports/wil/CONTROL4
-rw-r--r--ports/wil/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/wil/CONTROL b/ports/wil/CONTROL
deleted file mode 100644
index 09540d3b8..000000000
--- a/ports/wil/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: wil
-Version: 2021-08-03
-Homepage: https://github.com/microsoft/wil
-Description: The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.
diff --git a/ports/wil/vcpkg.json b/ports/wil/vcpkg.json
new file mode 100644
index 000000000..fca2add11
--- /dev/null
+++ b/ports/wil/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "wil",
+ "version-string": "2021-08-03",
+ "port-version": 1,
+ "description": "The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.",
+ "homepage": "https://github.com/microsoft/wil"
+}