mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-18 18:49:15 +00:00
[any-lite] Add v0.2.0
This commit is contained in:
parent
0cbbeda9cd
commit
549bdaa57c
3
ports/any-lite/CONTROL
Normal file
3
ports/any-lite/CONTROL
Normal file
@ -0,0 +1,3 @@
|
||||
Source: any-lite
|
||||
Version: 0.2.0
|
||||
Description: A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only library
|
11
ports/any-lite/portfile.cmake
Normal file
11
ports/any-lite/portfile.cmake
Normal file
@ -0,0 +1,11 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO martinmoene/any-lite
|
||||
REF v0.2.0
|
||||
SHA512 703900d7bac96d41f903b6cabba4bce15ef3cf7ef0a6a66de76230498ededff110e43d68d4a3fd6996869b2edd001f69bd53039a214d06b774ce99518f384a68
|
||||
)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/include/nonstd/any.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include/nonstd)
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/any-lite RENAME copyright)
|
Loading…
x
Reference in New Issue
Block a user