early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

View File

@@ -0,0 +1,25 @@
# header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO pfultz2/Linq
REF 7ff0a73fed52be5e11df3d79128ce7b11f430af2
SHA512 6768e28bf17568436b4c3fed18f6b1edbe048b871ebee25580419b805498beb0800e473ecdc5acc0f9f89bec47d16fd3806018ce6395bdf14a8e2975cde9381f
HEAD_REF master
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
-DBUILD_TESTING=OFF
)
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/linq TARGET_PATH share/linq)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
# Handle copyright
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)

18
externals/vcpkg/ports/pfultz2-linq/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,18 @@
{
"name": "pfultz2-linq",
"version-string": "2019-05-14",
"port-version": 1,
"description": "Linq for list comprehension in C++",
"dependencies": [
"boost-fusion",
"boost-iterator",
"boost-mpl",
"boost-optional",
"boost-preprocessor",
"boost-range",
"boost-static-assert",
"boost-type-traits",
"boost-unordered",
"boost-utility"
]
}