early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/hypodermic/disable_hypodermic_tests.patch
vendored
Executable file
13
externals/vcpkg/ports/hypodermic/disable_hypodermic_tests.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 9b6358a..5f55bc2 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -76,7 +76,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${COMPILER_FLAGS} ${WARNING_FLAGS}")
|
||||
|
||||
|
||||
add_subdirectory(Hypodermic)
|
||||
-add_subdirectory(Hypodermic.Tests)
|
||||
+#add_subdirectory(Hypodermic.Tests)
|
||||
|
||||
|
||||
# uninstall target
|
||||
22
externals/vcpkg/ports/hypodermic/portfile.cmake
vendored
Executable file
22
externals/vcpkg/ports/hypodermic/portfile.cmake
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ybainier/Hypodermic
|
||||
REF 0e0d85d70aa2f2391dfd84f8af4a3863d4fb1611 # v2.5.3
|
||||
SHA512 6fc3f9eca034a4de3f7086bd51e9ba11ee31c8ec000a3e0bdfc06db1f3c12a89b66793adf5d219441e680541e26acaef72d21f9dd0acf3f5fee3aa12d3fb7b4d
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
"disable_hypodermic_tests.patch"
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(SOURCE_PATH ${SOURCE_PATH})
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
||||
file(REMOVE_RECURSE
|
||||
"${CURRENT_PACKAGES_DIR}/lib"
|
||||
"${CURRENT_PACKAGES_DIR}/debug"
|
||||
)
|
||||
|
||||
|
||||
# Put the license file where vcpkg expects it
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
24
externals/vcpkg/ports/hypodermic/vcpkg.json
vendored
Executable file
24
externals/vcpkg/ports/hypodermic/vcpkg.json
vendored
Executable file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "hypodermic",
|
||||
"version": "2.5.3",
|
||||
"description": "Hypodermic is a non-intrusive header only IoC container for C++",
|
||||
"homepage": "https://github.com/ybainier/Hypodermic",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
"boost-algorithm",
|
||||
"boost-config",
|
||||
"boost-format",
|
||||
"boost-range",
|
||||
"boost-signals2",
|
||||
"boost-system",
|
||||
"boost-test",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user