Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions ports/c-dbg-macro/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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)
6 changes: 6 additions & 0 deletions ports/c-dbg-macro/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions versions/c-/c-dbg-macro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "c6819bcf6380a622775dfa3cebbcaf44ef745710",
"version-date": "2020-02-29",
"port-version": 0
}
]
}