mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 14:07:29 +08:00
[msgpack-c] Added msgpack-c version 6.0.0 (#30389)
* [msgpack-c] Added msgpack-c version 6.0.0 * Added versions
This commit is contained in:
parent
1174c9ea1d
commit
11552ac176
28
ports/msgpack-c/portfile.cmake
Normal file
28
ports/msgpack-c/portfile.cmake
Normal file
@ -0,0 +1,28 @@
|
||||
if (EXISTS ${CURRENT_INSTALLED_DIR}/include/msgpack/pack.h)
|
||||
message(FATAL_ERROR "Cannot install ${PORT} when rest-rpc is already installed, please remove rest-rpc using \"./vcpkg remove rest-rpc:${TARGET_TRIPLET}\"")
|
||||
endif()
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO msgpack/msgpack-c
|
||||
REF c-6.0.0
|
||||
SHA512 ba7d1b649dd1318f99d45ba5fd44346e53924ba7a121104a080c3865e8c01db3842efa1dc9e01478b962274675ba4632d9daaeb163821d46531b30d6abcda161
|
||||
HEAD_REF c_master
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DMSGPACK_BUILD_EXAMPLES=OFF
|
||||
-DMSGPACK_BUILD_TESTS=OFF
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
vcpkg_cmake_config_fixup(PACKAGE_NAME msgpack-c CONFIG_PATH lib/cmake/msgpack-c)
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
|
17
ports/msgpack-c/vcpkg.json
Normal file
17
ports/msgpack-c/vcpkg.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "msgpack-c",
|
||||
"version": "6.0.0",
|
||||
"description": "MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller.",
|
||||
"homepage": "https://github.com/msgpack/msgpack-c",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
@ -5284,6 +5284,10 @@
|
||||
"baseline": "4.1.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"msgpack-c": {
|
||||
"baseline": "6.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"msgpack11": {
|
||||
"baseline": "0.0.10",
|
||||
"port-version": 4
|
||||
|
9
versions/m-/msgpack-c.json
Normal file
9
versions/m-/msgpack-c.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "eb07de381e11c13f6d4aa2e2b151efb2d405b85e",
|
||||
"version": "6.0.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user