[tl-expected] Add new port (#4399)

* [tl-expected] Add new port

* [tl-expected] Simplification since CMake doesn't currently install targets
This commit is contained in:
Simon Brand 2018-10-03 17:15:06 -07:00 committed by Robert Schumacher
parent 0cbb8a1626
commit 7e714a2c93
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Source: tl-expected
Version: 0.3-1
Description: C++11/14/17 std::expected implementation with functional-style extensions

View File

@ -0,0 +1,15 @@
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO TartanLlama/expected
REF v0.3
SHA512 a228399f7103020ed814f1c755b82cf831b3d8c6aaa23dbc3aedc226b3cbd39c22075952dda3af84c8cf6f74ab1131c6997a2431ee62314bd82ccafdc9ab23a3
HEAD_REF master
)
# Install header file
file(INSTALL ${SOURCE_PATH}/tl DESTINATION ${CURRENT_PACKAGES_DIR}/include)
# Handle copyright
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/tl-expected RENAME copyright)