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

12
externals/vcpkg/ports/phnt/portfile.cmake vendored Executable file
View File

@@ -0,0 +1,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO processhacker/phnt
REF 3f19efe9fd402378c7cd12fe1c0aacd154c8cd3c
SHA512 88f1f5ab1f2c8b3100e47f43cee7bdcb412ef9f688e3840ddc8a78d8b75b4baf714aadc27829e0ea95d97a22031019d25f9916d09bb63cea37304e9c9c08285a
HEAD_REF master
)
file(GLOB HEADER_FILES ${SOURCE_PATH}/*.h)
file(INSTALL ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include)
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)

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

@@ -0,0 +1,6 @@
{
"name": "phnt",
"version-date": "2020-12-21",
"description": "Windows Native API header files",
"homepage": "https://github.com/processhacker/phnt"
}