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

13
externals/vcpkg/ports/asynch/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,13 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO naasking/async.h
REF 080cbb257ab60ad06008c574d7feb94f8478efdd #Commits on Sep 21, 2019
SHA512 4fe0229ffd8b3c6438294a419ccb213b4d28a0a04d834406b67120e9bc90d339ec91f3b3eb52d4e27c1f12add41e9347bffbea47868b0d7a1da40f784d113c71
HEAD_REF master
)
# Copy the single reusable library header
file(COPY ${SOURCE_PATH}/async/async.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
# Handle copyright
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

7
externals/vcpkg/ports/asynch/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,7 @@
{
"name": "asynch",
"version-string": "2019-09-21",
"port-version": 2,
"description": "Async.h - asynchronous, stackless subroutines.",
"homepage": "https://github.com/naasking/async.h"
}