Skip to content

Commit

Permalink
[tl-expected] Add new port (microsoft#4399)
Browse files Browse the repository at this point in the history
* [tl-expected] Add new port

* [tl-expected] Simplification since CMake doesn't currently install targets
  • Loading branch information
TartanLlama authored and ras0219-msft committed Oct 4, 2018
1 parent 0cbb8a1 commit 7e714a2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ports/tl-expected/CONTROL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Source: tl-expected
Version: 0.3-1
Description: C++11/14/17 std::expected implementation with functional-style extensions
15 changes: 15 additions & 0 deletions ports/tl-expected/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 7e714a2

Please sign in to comment.