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

View File

@@ -0,0 +1,14 @@
# single header file library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eerimoq/dbg-macro
REF 78b7655bd0cfc2389fe96a3b6584d2930eb7ebd7
SHA512 f755c8cf17b422f43f09dcd4f8232b6130a5933d0ce537ce4874ecb886ad2fd5dee26fe12c10cb1554a3720a1263d0ce07252c0893de395b8c9042c9330e60be
HEAD_REF master
)
file(COPY ${SOURCE_PATH}/include/dbg.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
# Handle copyright
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)

View File

@@ -0,0 +1,6 @@
{
"name": "c-dbg-macro",
"version-date": "2020-02-29",
"description": "A dbg(...) macro for C",
"homepage": "https://github.com/eerimoq/dbg-macro"
}