mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[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:
parent
0cbb8a1626
commit
7e714a2c93
3
ports/tl-expected/CONTROL
Normal file
3
ports/tl-expected/CONTROL
Normal file
@ -0,0 +1,3 @@
|
||||
Source: tl-expected
|
||||
Version: 0.3-1
|
||||
Description: C++11/14/17 std::expected implementation with functional-style extensions
|
15
ports/tl-expected/portfile.cmake
Normal file
15
ports/tl-expected/portfile.cmake
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user