mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-21 18:17:10 +01:00
[nt-wrapper] Add new port (#7633)
This commit is contained in:
parent
d9eeafec4f
commit
e0989ba7aa
4
ports/nt-wrapper/CONTROL
Normal file
4
ports/nt-wrapper/CONTROL
Normal file
@ -0,0 +1,4 @@
|
||||
Source: nt-wrapper
|
||||
Version: 2019-08-10
|
||||
Description: A header only wrapper library around native windows system APIs
|
||||
Homepage: https://github.com/JustasMasiulis/nt_wrapper
|
25
ports/nt-wrapper/portfile.cmake
Normal file
25
ports/nt-wrapper/portfile.cmake
Normal file
@ -0,0 +1,25 @@
|
||||
# header-only library
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO JustasMasiulis/nt_wrapper
|
||||
REF 6a150292a43f6aea35918a5c5e93a66c334ea301
|
||||
SHA512 fb8a1c4c934d3cb48a76a935ba69fd51ec2e6b66f5c265a8da9456691f933c6080057fec9a714f252c39d02525603b993cecd905452598058254ac9318655c4f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
PREFER_NINJA
|
||||
OPTIONS
|
||||
-DBUILD_TESTING=OFF
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)
|
||||
|
||||
# Handle copyright
|
||||
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
|
Loading…
x
Reference in New Issue
Block a user