aboutsummaryrefslogtreecommitdiff
path: root/ports/wil/CONTROL
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2021-01-05 12:44:06 -0800
committerGitHub <noreply@github.com>2021-01-05 12:44:06 -0800
commite2cefd749d552b67a468018e5f6dd6e1fbb31863 (patch)
treeda1292340fb1f091c0431754940a5b20c1d5fc51 /ports/wil/CONTROL
parent1aba77ae3b0f766eeea91888f4c4fa082e16d9ea (diff)
downloadvcpkg-e2cefd749d552b67a468018e5f6dd6e1fbb31863.tar.gz
vcpkg-e2cefd749d552b67a468018e5f6dd6e1fbb31863.zip
[wil] Use internal CMakeLists (#15438)
* [wil] Use internal CMakeLists * [wil] Fix install headers on Linux
Diffstat (limited to 'ports/wil/CONTROL')
-rw-r--r--ports/wil/CONTROL4
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/wil/CONTROL b/ports/wil/CONTROL
index 00b29b2e6..7d0e94202 100644
--- a/ports/wil/CONTROL
+++ b/ports/wil/CONTROL
@@ -1,3 +1,5 @@
Source: wil
Version: 2020-05-19
-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. \ No newline at end of file
+Port-Version: 1
+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.