mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[picobench] Add new port (#48867)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
This commit is contained in:
14
ports/picobench/portfile.cmake
Normal file
14
ports/picobench/portfile.cmake
Normal file
@@ -0,0 +1,14 @@
|
||||
# header-only library
|
||||
set(VCPKG_BUILD_TYPE release)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO iboB/picobench
|
||||
REF "v${VERSION}"
|
||||
SHA512 2c516c56fa558c395549c3c8daf5cc29fd2cae5e5af00d5b5e079b15f472979db6c4edf078e294715a2fb12d6ad8ba1dc5fe216e2de837a290bb418e0f78d166
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
file(COPY "${SOURCE_PATH}/include/picobench/picobench.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include/picobench")
|
||||
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")
|
||||
7
ports/picobench/vcpkg.json
Normal file
7
ports/picobench/vcpkg.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "picobench",
|
||||
"version": "2.8.0",
|
||||
"description": "A micro microbenchmarking library for C++11 in a single header file",
|
||||
"homepage": "https://github.com/iboB/picobench",
|
||||
"license": "MIT"
|
||||
}
|
||||
@@ -7564,6 +7564,10 @@
|
||||
"baseline": "5.5.0",
|
||||
"port-version": 1
|
||||
},
|
||||
"picobench": {
|
||||
"baseline": "2.8.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"picojson": {
|
||||
"baseline": "1.3.0",
|
||||
"port-version": 3
|
||||
|
||||
9
versions/p-/picobench.json
Normal file
9
versions/p-/picobench.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "51e1b690dede38d0055e909352c4f3b61a36c06e",
|
||||
"version": "2.8.0",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user