mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[tinycolormap] New port (#48766)
This commit is contained in:
20
ports/tinycolormap/portfile.cmake
Normal file
20
ports/tinycolormap/portfile.cmake
Normal 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")
|
||||
17
ports/tinycolormap/vcpkg.json
Normal file
17
ports/tinycolormap/vcpkg.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
|
||||
9
versions/t-/tinycolormap.json
Normal file
9
versions/t-/tinycolormap.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9642b9c0b863a3b821c9bea6ccc0eb4d06f226f3",
|
||||
"version": "0.8.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user