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

14
externals/vcpkg/ports/sprout/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,14 @@
# header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO bolero-MURAKAMI/Sprout
REF 6b5addba9face0a6403e66e7db2aa94d87387f61
SHA512 b81c299842c48626a7fbedb5b70932623ddb128bd5c71115269253b2c82a331d4f5d5adeab24529be2c886d293de96c15c9641280b4eb31bd60379b284556900
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/sprout DESTINATION ${CURRENT_PACKAGES_DIR}/include)
# Handle copyright
configure_file(${SOURCE_PATH}/LICENSE_1_0.txt ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)

11
externals/vcpkg/ports/sprout/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,11 @@
{
"name": "sprout",
"version-string": "2019-06-20",
"port-version": 1,
"description": "C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others",
"homepage": "https://github.com/bolero-MURAKAMI/Sprout",
"dependencies": [
"boost-array",
"boost-mpl"
]
}