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

[scottt-debugbreak] New port #20276

Merged
merged 2 commits into from
Sep 24, 2021
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
16 changes: 16 additions & 0 deletions ports/scottt-debugbreak/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO scottt/debugbreak
REF v1.0
SHA512 bf8c43d42d9b19c9a3cb1fa5955a24efb48c2c21f0d89685f23702c3e2644637f2e8c6ec599024866138519b107787baef838b6d981779e2484e30d20a7386b9
HEAD_REF master
)

file(
COPY "${SOURCE_PATH}/debugbreak.h"
DESTINATION "${CURRENT_PACKAGES_DIR}/include"
)

# Handle copyright
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
6 changes: 6 additions & 0 deletions ports/scottt-debugbreak/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "scottt-debugbreak",
"version": "1.0",
"description": "Break into the debugger programmatically",
"homepage": "https://github.com/scottt/debugbreak"
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5812,6 +5812,10 @@
"baseline": "0.4",
"port-version": 1
},
"scottt-debugbreak": {
"baseline": "1.0",
"port-version": 0
},
"scylla-wrapper": {
"baseline": "2018-08-26-16e6f435",
"port-version": 1
Expand Down
9 changes: 9 additions & 0 deletions versions/s-/scottt-debugbreak.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "1b34b54dc87166ea5894f05536a17ea403a64e79",
"version": "1.0",
"port-version": 0
}
]
}