[lest] Add lest v1.34.1 (was: v1.34.0) (#5353)

* [lest] Add lest v1.34.0

* [lest] Add lest v1.34.1

To support vcpkg installations, examples now specify folder 'lest' in the include directives, like: #include "lest/lest.hpp".

* fix: update hash for lest
This commit is contained in:
Martin Moene 2019-02-19 21:29:28 +01:00 committed by Codiferous
parent 92f57e460a
commit a1e2c81722
2 changed files with 14 additions and 0 deletions

3
ports/lest/CONTROL Normal file
View File

@ -0,0 +1,3 @@
Source: lest
Version: 1.34.1
Description: A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)

11
ports/lest/portfile.cmake Normal file
View File

@ -0,0 +1,11 @@
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO martinmoene/lest
REF v1.34.1
SHA512 7f4b0e49c1cf4c55d21752259ee45f9265aba254b9c15f84e77f9ae3e5ef3443abcb43fafe8e16d84bbdffee72dae842de0ed661c2caeb9607fcb188eb3ec7d1
)
file(INSTALL ${SOURCE_PATH}/include/ DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/lest RENAME copyright)