mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[tsl-ordered-map] Add new port. (#5280)
This commit is contained in:
parent
3980ac5abd
commit
83a33201d1
3
ports/tsl-ordered-map/CONTROL
Normal file
3
ports/tsl-ordered-map/CONTROL
Normal file
@ -0,0 +1,3 @@
|
||||
Source: tsl-ordered-map
|
||||
Version: 0.8.0
|
||||
Description: C++ hash map and hash set which preserve the order of insertion
|
21
ports/tsl-ordered-map/portfile.cmake
Normal file
21
ports/tsl-ordered-map/portfile.cmake
Normal file
@ -0,0 +1,21 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Tessil/ordered-map
|
||||
REF v0.8.0
|
||||
SHA512 9e0cc8ea4d5731e89cb6d58a54394b4ab0378cb2488d9e462ad80facd8aa06e21aaa0f9b969fbd7ac22c99bae09ab7c6e7980857784aa0b1a3a2b0c216ffa79a
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE
|
||||
DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}
|
||||
RENAME copyright
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user