mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-21 10:12:01 +01:00
[phnt] Add new port (#8434)
This commit is contained in:
parent
a9ba330cc0
commit
e02f2b2e32
4
ports/phnt/CONTROL
Normal file
4
ports/phnt/CONTROL
Normal file
@ -0,0 +1,4 @@
|
||||
Source: phnt
|
||||
Version: 2019-05-01
|
||||
Homepage: https://github.com/processhacker/phnt
|
||||
Description: Windows Native API header files
|
17
ports/phnt/portfile.cmake
Normal file
17
ports/phnt/portfile.cmake
Normal file
@ -0,0 +1,17 @@
|
||||
#header-only library
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO processhacker/phnt
|
||||
REF 33cfd75a2be59bbde3aa4db3399a9e6bab66ae6a
|
||||
SHA512 90a1b38d27e35e7706e66dae0f4e151b50f5b74fbedf15ad165beece6a94b8a87263e16e1e0b891a324091c3769fd2ff2f541e11691b322413e575e6f08dc746
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
# Install headers
|
||||
file(GLOB HEADER_FILES ${SOURCE_PATH}/*.h)
|
||||
file(INSTALL ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/phnt RENAME copyright)
|
Loading…
x
Reference in New Issue
Block a user