[microlog] Add new port: microlog v7.0.2 (#50123)
Co-authored-by: Javier Matos Denizac <javiermat@microsoft.com>
This commit is contained in:
co-authored by
Javier Matos Denizac
parent
860d81b2fc
commit
c6e61b795f
@@ -0,0 +1,20 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO an-dr/microlog
|
||||
REF "v7.0.2"
|
||||
SHA512 0a5714ed47724fde3784a8857a3ffcec41edcb22898ed178af0f37ccf86c3256275adb308d5ac393e01fcd10e7c0b3b597fc1dd91050d7ca5daebac6cf25983b
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
)
|
||||
|
||||
vcpkg_cmake_install()
|
||||
|
||||
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/microlog")
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")
|
||||
file(REMOVE "${CURRENT_PACKAGES_DIR}/LICENSE")
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "microlog",
|
||||
"version": "7.0.2",
|
||||
"description": "Extensible and configurable logging library for embedded and desktop applications with multi-output and logging topics",
|
||||
"homepage": "https://github.com/an-dr/microlog",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -6388,6 +6388,10 @@
|
||||
"baseline": "2025-07-11",
|
||||
"port-version": 0
|
||||
},
|
||||
"microlog": {
|
||||
"baseline": "7.0.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"microsoft-signalr": {
|
||||
"baseline": "0.1.0-alpha4",
|
||||
"port-version": 12
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b127e9aeea232351b82a72e04fcc04708293bae5",
|
||||
"version": "7.0.2",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user