diff options
Diffstat (limited to 'ports/lest')
| -rw-r--r-- | ports/lest/CONTROL | 5 | ||||
| -rw-r--r-- | ports/lest/vcpkg.json | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/lest/CONTROL b/ports/lest/CONTROL deleted file mode 100644 index e8eb03bd4..000000000 --- a/ports/lest/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: lest
-Version: 1.35.1
-Port-Version: 1
-Description: A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
-Homepage: https://github.com/martinmoene/lest
diff --git a/ports/lest/vcpkg.json b/ports/lest/vcpkg.json new file mode 100644 index 000000000..f8b68ff73 --- /dev/null +++ b/ports/lest/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "lest", + "version-string": "1.35.1", + "port-version": 2, + "description": "A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)", + "homepage": "https://github.com/martinmoene/lest" +} |
