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,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO skadro-official/skCrypter
REF 7970de8acc01af5ecef044374c26ecb33b7cd069
SHA512 f0ef3c6673523d5b86bc9b5859ae77fb4d182238b67ce4f07da1068f23ee7915e028ed837b8c6b2dd5421ae5a7c043e0d486d18c4b5404ebee50bd8cef4ba4bb
HEAD_REF master
)
file(COPY "${SOURCE_PATH}/files/skCrypter.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)

6
externals/vcpkg/ports/skcrypter/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,6 @@
{
"name": "skcrypter",
"version-date": "2021-12-03",
"description": "Compile-time, Usermode + Kernelmode, safe and lightweight string crypter library for C++11",
"homepage": "https://github.com/skadro-official/skCrypter"
}