mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
[c-dbg-macro] Add new port (#23522)
This commit is contained in:
parent
d7ac060d01
commit
3559cb2cf8
14
ports/c-dbg-macro/portfile.cmake
Normal file
14
ports/c-dbg-macro/portfile.cmake
Normal 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)
|
6
ports/c-dbg-macro/vcpkg.json
Normal file
6
ports/c-dbg-macro/vcpkg.json
Normal 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"
|
||||
}
|
@ -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
|
||||
|
9
versions/c-/c-dbg-macro.json
Normal file
9
versions/c-/c-dbg-macro.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c6819bcf6380a622775dfa3cebbcaf44ef745710",
|
||||
"version-date": "2020-02-29",
|
||||
"port-version": 0
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user