[tinycolormap] New port (#48766)

This commit is contained in:
TLescoatTFX
2025-12-10 20:09:25 +01:00
committed by GitHub
parent f5cbc726b1
commit 9bf76fdbef
4 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
set(VCPKG_BUILD_TYPE release) # Header only without TINYCOLORMAP_WITH_EIGEN, TINYCOLORMAP_WITH_QT5,
# TINYCOLORMAP_WITH_GLM, or TINYCOLORMAP_BUILD_TOOLS
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO yuki-koyama/tinycolormap
REF b79255bf4c0d3557df2c382d0673c0392e6d6951
SHA512 15c454298ff24b3b5a944ffc28c7695905a883eac4c699e65d54f0dc592548a1c92532ab374cb26db01627343ac6dff0b3030da623a76f01f2e5be025308a940
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_cmake_install()
file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug"
)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@@ -0,0 +1,17 @@
{
"name": "tinycolormap",
"version": "0.8.0",
"description": "A header-only, single-file library for colormaps written in C++11.",
"homepage": "https://github.com/yuki-koyama/tinycolormap",
"license": "MIT AND Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}

View File

@@ -9796,6 +9796,10 @@
"baseline": "0.6.1",
"port-version": 0
},
"tinycolormap": {
"baseline": "0.8.0",
"port-version": 0
},
"tinycthread": {
"baseline": "2019-08-06",
"port-version": 3

View File

@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "9642b9c0b863a3b821c9bea6ccc0eb4d06f226f3",
"version": "0.8.0",
"port-version": 0
}
]
}