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

[subprocess] add new port #43356

Closed
wants to merge 5 commits into from
Closed
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
13 changes: 13 additions & 0 deletions ports/subprocess/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO sheredom/subprocess.h
REF b49c56e9fe214488493021017bf3954b91c7c1f5
SHA512 5d068660ae6e980d80271c0cecfd6e9057e9b04d1fd5154d60de0de9d062716a6c9b94a8ebadf722b49808b0761d5572d3495990efd18901516820a87f8ddf03
HEAD_REF master
)

# This is a header only library
file(INSTALL "${SOURCE_PATH}/subprocess.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}")

# Handle copyright
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
7 changes: 7 additions & 0 deletions ports/subprocess/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "subprocess",
"version-date": "2024-07-20",
"description": "A simple one header solution to launching processes and interacting with them for C/C++.",
"homepage": "https://github.com/sheredom/subprocess.h",
"license": "Unlicense"
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8800,6 +8800,10 @@
"baseline": "2018-11-15",
"port-version": 9
},
"subprocess": {
"baseline": "2024-07-20",
"port-version": 0
},
"suitesparse": {
"baseline": "5.8.0",
"port-version": 2
Expand Down
9 changes: 9 additions & 0 deletions versions/s-/subprocess.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "c6d1e3514a58a59754d5858b3bfd262f5b9993d2",
"version-date": "2024-07-20",
"port-version": 0
}
]
}
Loading