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

23
externals/vcpkg/ports/srell/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,23 @@
set(VERSION 3_010)
vcpkg_download_distfile(
ARCHIVE
URLS "https://www.akenotsuki.com/misc/srell/srell${VERSION}.zip"
FILENAME "srell${VERSION}.zip"
SHA512 5F2762A98E1B68C3A4FA79051AE2CBEFD23CEDF1CE833FA1EB812D3F1112734018AF36AA9D9A50E2DC40C87A7FAAF46AF0B8F4161481994DC5E19F44301E867D
)
vcpkg_extract_source_archive(
SOURCE_PATH
ARCHIVE "${ARCHIVE}"
NO_REMOVE_ONE_LEVEL
)
file(INSTALL
"${SOURCE_PATH}/srell.hpp"
"${SOURCE_PATH}/srell_ucfdata2.hpp"
"${SOURCE_PATH}/srell_updata.hpp"
DESTINATION "${CURRENT_PACKAGES_DIR}/include"
)
file(INSTALL "${SOURCE_PATH}/license.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

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

@@ -0,0 +1,7 @@
{
"name": "srell",
"version-string": "3.010",
"description": "SRELL (std::regex-like library) is a regular expression template library for C++.",
"homepage": "https://www.akenotsuki.com/misc/srell/en/",
"license": "BSD-2-Clause"
}