mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[tsl-sparse-map] Add new port. (#5279)
This commit is contained in:
parent
83a33201d1
commit
8282fe065c
3
ports/tsl-sparse-map/CONTROL
Normal file
3
ports/tsl-sparse-map/CONTROL
Normal file
@ -0,0 +1,3 @@
|
||||
Source: tsl-sparse-map
|
||||
Version: 0.6.0
|
||||
Description: C++ implementation of a memory efficient hash map and hash set
|
21
ports/tsl-sparse-map/portfile.cmake
Normal file
21
ports/tsl-sparse-map/portfile.cmake
Normal file
@ -0,0 +1,21 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Tessil/sparse-map
|
||||
REF v0.6.0
|
||||
SHA512 6a21ebbd3505a0b4bf199f24ae9262395392964457eb26edb39fd7aa82aec7fc74468f7615977c74a2f36332850a68e1d6a6e86d487c3dff7efa2b081fa2c8c5
|
||||
)
|
||||
|
||||
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