early-access version 2853
This commit is contained in:
14
externals/vcpkg/ports/plf-list/portfile.cmake
vendored
Executable file
14
externals/vcpkg/ports/plf-list/portfile.cmake
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
# header-only library
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO mattreecebentley/plf_list
|
||||
REF 42fcfca9890598d1c1fda45eb9dbe2b2b2d4dd2b
|
||||
SHA512 879157aac16dc1b76db942a8ddf25dc33ede10e769496b7f300a070913c6c6946cb40853dd3071ecf3d9c870e1dee5d420d42fbb388e83361235659171f6bd44
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(COPY ${SOURCE_PATH}/plf_list.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
|
||||
# Handle copyright
|
||||
configure_file(${SOURCE_PATH}/LICENSE.md ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
||||
7
externals/vcpkg/ports/plf-list/vcpkg.json
vendored
Executable file
7
externals/vcpkg/ports/plf-list/vcpkg.json
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "plf-list",
|
||||
"version-string": "2019-08-10",
|
||||
"port-version": 1,
|
||||
"description": "A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on average",
|
||||
"homepage": "https://www.plflib.org/"
|
||||
}
|
||||
Reference in New Issue
Block a user