mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[bluescarni-tanuki] new port (#40858)
This commit is contained in:
parent
49e1e8f775
commit
5d1ecfd3d2
11
ports/bluescarni-tanuki/portfile.cmake
Normal file
11
ports/bluescarni-tanuki/portfile.cmake
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
vcpkg_from_github(
|
||||||
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
|
REPO bluescarni/tanuki
|
||||||
|
REF 14e076abf879bcded0cc437cd09f3766969b15d1
|
||||||
|
SHA512 e847e13e757aa2eee0ed8cde584d39545786a233905f6ed30110dcfc325dfe26eeb37ee00bff4936aa311bfdd66bb3f3f58f41aafc021701c4ea056caf964ee3
|
||||||
|
HEAD_REF main
|
||||||
|
)
|
||||||
|
|
||||||
|
file(INSTALL "${SOURCE_PATH}/include/tanuki/tanuki.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
||||||
|
|
||||||
|
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
|
7
ports/bluescarni-tanuki/vcpkg.json
Normal file
7
ports/bluescarni-tanuki/vcpkg.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"name": "bluescarni-tanuki",
|
||||||
|
"version-date": "2024-08-17",
|
||||||
|
"description": "A type-erasure toolkit for C++20.",
|
||||||
|
"homepage": "https://github.com/bluescarni/tanuki",
|
||||||
|
"license": "MPL-2.0"
|
||||||
|
}
|
9
versions/b-/bluescarni-tanuki.json
Normal file
9
versions/b-/bluescarni-tanuki.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "8d7c42daaac9ee52c19aa772cc4a2b8c823ae8e7",
|
||||||
|
"version-date": "2024-08-17",
|
||||||
|
"port-version": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -708,6 +708,10 @@
|
|||||||
"baseline": "3.24.6",
|
"baseline": "3.24.6",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
|
"bluescarni-tanuki": {
|
||||||
|
"baseline": "2024-08-17",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
"boinc": {
|
"boinc": {
|
||||||
"baseline": "8.0.3",
|
"baseline": "8.0.3",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
|
Loading…
Reference in New Issue
Block a user