mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[cr] Add new port (#11841)
* [cr] Add new port * Update ports/cr/portfile.cmake Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
This commit is contained in:
parent
d8383c37b3
commit
4d29869e71
4
ports/cr/CONTROL
Normal file
4
ports/cr/CONTROL
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Source: cr
|
||||||
|
Version: 2020-04-26
|
||||||
|
Homepage: https://fungos.github.io/cr-simple-c-hot-reload/
|
||||||
|
Description: cr.h: A Simple C Hot Reload Header-only Library
|
15
ports/cr/portfile.cmake
Normal file
15
ports/cr/portfile.cmake
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
vcpkg_from_github(
|
||||||
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
|
REPO fungos/cr
|
||||||
|
REF 66b76e24611c3b87566e5365e8c422387bc85916
|
||||||
|
SHA512 002162461ecf131d717f7567cf13ee1345b7b359bb17c0801f4246c472c1b180f4f8937e9a3f4c186d95c41c20ffcc5ba5e953f197f344fb1000f51d8c4ee473
|
||||||
|
HEAD_REF master
|
||||||
|
)
|
||||||
|
|
||||||
|
file(
|
||||||
|
COPY ${SOURCE_PATH}/cr.h
|
||||||
|
DESTINATION ${CURRENT_PACKAGES_DIR}/include
|
||||||
|
)
|
||||||
|
|
||||||
|
# Handle copyright
|
||||||
|
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
Loading…
x
Reference in New Issue
Block a user