diff options
Diffstat (limited to 'ports/detours')
| -rw-r--r-- | ports/detours/CONTROL | 5 | ||||
| -rw-r--r-- | ports/detours/vcpkg.json | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/detours/CONTROL b/ports/detours/CONTROL deleted file mode 100644 index baf44f69d..000000000 --- a/ports/detours/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: detours
-Version: 4.0.1
-Port-Version: 2
-Homepage: https://github.com/microsoft/Detours
-Description: Detours is a software package for monitoring and instrumenting API calls on Windows.
\ No newline at end of file diff --git a/ports/detours/vcpkg.json b/ports/detours/vcpkg.json new file mode 100644 index 000000000..2813febbd --- /dev/null +++ b/ports/detours/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "detours", + "version-string": "4.0.1", + "port-version": 3, + "description": "Detours is a software package for monitoring and instrumenting API calls on Windows.", + "homepage": "https://github.com/microsoft/Detours" +} |
