diff options
Diffstat (limited to 'ports/cppcoro')
| -rw-r--r-- | ports/cppcoro/CONTROL | 5 | ||||
| -rw-r--r-- | ports/cppcoro/vcpkg.json | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/cppcoro/CONTROL b/ports/cppcoro/CONTROL deleted file mode 100644 index ea3a391fa..000000000 --- a/ports/cppcoro/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: cppcoro
-Homepage: https://github.com/lewissbaker/cppcoro
-Version: 2020-2-28-1
-Description: A library of C++ coroutine abstractions for the Coroutines TS
-Supports: !uwp
diff --git a/ports/cppcoro/vcpkg.json b/ports/cppcoro/vcpkg.json new file mode 100644 index 000000000..e5e116dc8 --- /dev/null +++ b/ports/cppcoro/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "cppcoro", + "version-string": "2020-2-28", + "port-version": 2, + "description": "A library of C++ coroutine abstractions for the Coroutines TS", + "homepage": "https://github.com/lewissbaker/cppcoro", + "supports": "!uwp" +} |
