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

[CMakeRC] Add new port #24454

Merged
merged 9 commits into from
Apr 29, 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/cmakerc/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO vector-of-bool/cmrc
REF a64bea50c05594c8e7cf1f08e441bb9507742e2e
SHA512 134c358143bd43d38802c5b00b3f5cd6a0e4c7918659dd4cc6726a15048e11376e915889788d0dd6bbfe4c4057e18c9b5306c4e785ad16cb0f4cd1c5c4634f80
HEAD_REF master
)

file(INSTALL "${SOURCE_PATH}/CMakeRC.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME cmakerc-config.cmake)

# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
7 changes: 7 additions & 0 deletions ports/cmakerc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "cmakerc",
"version-date": "2021-08-27",
"description": "A Resource Compiler in a Single CMake Script",
"homepage": "https://github.com/vector-of-bool/cmrc",
"license": "MIT"
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,10 @@
"baseline": "1.0.0",
"port-version": 0
},
"cmakerc": {
"baseline": "2021-08-27",
"port-version": 0
},
"cmark": {
"baseline": "0.30.1",
"port-version": 0
Expand Down
9 changes: 9 additions & 0 deletions versions/c-/cmakerc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "740fd9bb83e79eba29ccd69546d2b3105d719d5d",
"version-date": "2021-08-27",
"port-version": 0
}
]
}