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

10
externals/vcpkg/ports/aurora/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,10 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Bromeon/Aurora
REF c75699d2a8caa726260c29b6d7a0fd35f8f28933
SHA512 862253e281eb441b773feb330d5ce4d7fe10769f516e927c0f875477ec912671fc35132a48986b2394f6d0a7160a5cb70afe868c597350c385ce23686b9613d6
HEAD_REF master
)
file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR})
file(INSTALL ${SOURCE_PATH}/License.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/aurora RENAME copyright)
vcpkg_copy_pdbs()

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

@@ -0,0 +1,7 @@
{
"name": "aurora",
"version-string": "2017-06-21-c75699d2a8caa726260c29b6d7a0fd35f8f28933",
"port-version": 1,
"description": "Aurora is an open-source C++ library providing various rather uncommon C++ utilities",
"homepage": "https://github.com/Bromeon/Aurora"
}