[c-dbg-macro] Add new port (#23522)

This commit is contained in:
Erik Moqvist 2022-03-15 01:01:36 +01:00 committed by GitHub
parent d7ac060d01
commit 3559cb2cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 0 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"
}

View File

@ -1196,6 +1196,10 @@
"baseline": "1.17.2",
"port-version": 2
},
"c-dbg-macro": {
"baseline": "2020-02-29",
"port-version": 0
},
"c4core": {
"baseline": "2021-07-18",
"port-version": 1

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "c6819bcf6380a622775dfa3cebbcaf44ef745710",
"version-date": "2020-02-29",
"port-version": 0
}
]
}