mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-13 07:36:39 +00:00
[simpleini cpp-redis tacopie] ports update (#8245)
This commit is contained in:
parent
3bdc5d0c2f
commit
04b9feb634
@ -1,5 +1,5 @@
|
||||
Source: cpp-redis
|
||||
Version: 4.3.1-1
|
||||
Version: 4.3.1-2
|
||||
Build-Depends: tacopie
|
||||
Homepage: https://github.com/Cylix/cpp_redis
|
||||
Homepage: https://github.com/cpp-redis/cpp_redis
|
||||
Description: cpp-redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
|
||||
|
@ -4,7 +4,7 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Cylix/cpp_redis
|
||||
REPO cpp-redis/cpp_redis
|
||||
REF 4.3.1
|
||||
SHA512 abf372542c53f37f504b3211b840b100d07a8f4b2e7f5584cc7550ab16ed617838e2df79064374c7a409458d8567f4834686318ea3a40249c767e36c744c7a47
|
||||
HEAD_REF master
|
||||
@ -53,10 +53,10 @@ if(FILES_TO_REMOVE)
|
||||
file(REMOVE_RECURSE ${FILES_TO_REMOVE})
|
||||
endif()
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/cpp-redis RENAME copyright)
|
||||
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)
|
||||
endif()
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
@ -1,3 +1,3 @@
|
||||
Source: simpleini
|
||||
Version: 2018-08-31-1
|
||||
Version: 2018-08-31-2
|
||||
Description: Cross-platform C++ library providing a simple API to read and write INI-style configuration files
|
||||
|
@ -9,6 +9,6 @@ vcpkg_from_github(
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(COPY ${SOURCE_PATH}/simpleini.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
file(COPY ${SOURCE_PATH}/Simpleini.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENCE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/simpleini RENAME copyright)
|
||||
|
@ -1,4 +1,4 @@
|
||||
Source: tacopie
|
||||
Version: 3.2.0-1
|
||||
Homepage: https://github.com/Cylix/tacopie
|
||||
Version: 3.2.0-2
|
||||
Homepage: https://github.com/cpp-redis/tacopie
|
||||
Description: Tacopie is a TCP Client & Server C++11 library
|
||||
|
@ -4,7 +4,7 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Cylix/tacopie
|
||||
REPO cpp-redis/tacopie
|
||||
REF 3.2.0
|
||||
SHA512 079b294b537aaffe3bcf43a485c3be5b15f633c3f7c70140032d60cb010d35b76e76ef4ddd7596f6bfaf3f7edca7cb086c67552efffbf65846e725d7be54ce72
|
||||
HEAD_REF master
|
||||
@ -40,6 +40,6 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)
|
||||
endif()
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/tacopie RENAME copyright)
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
|
Loading…
x
Reference in New Issue
Block a user