mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:22:52 +08:00
[nuklea] new port #1291
This commit is contained in:
parent
ce5ad1ffe1
commit
e3e89d1663
3
ports/nuklear/CONTROL
Normal file
3
ports/nuklear/CONTROL
Normal file
@ -0,0 +1,3 @@
|
||||
Source: nuklear
|
||||
Version: 2017-06-15-5c7194c2fe2c68c1a8212712c0b4b6195382d27d
|
||||
Description: This is a minimal state immediate mode graphical user interface toolkit written in ANSI C and licensed under public domain
|
11
ports/nuklear/portfile.cmake
Normal file
11
ports/nuklear/portfile.cmake
Normal file
@ -0,0 +1,11 @@
|
||||
include(vcpkg_common_functions)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO vurtun/nuklear
|
||||
REF 5c7194c2fe2c68c1a8212712c0b4b6195382d27d
|
||||
SHA512 85d8255071fb42d0a521d8d34ac579dbaa5800e96d156fa42e4ee971f1d92ea51ef3a69a166f03f3cf66b086c452892cc29457bbe4aea599c918649e87e84c38
|
||||
HEAD_REF master
|
||||
)
|
||||
file(INSTALL ${SOURCE_PATH}/nuklear.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
file(INSTALL ${SOURCE_PATH}/Readme.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/nuklear RENAME copyright)
|
||||
vcpkg_copy_pdbs()
|
Loading…
Reference in New Issue
Block a user