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

[CppXaml] Add new port #22414

Merged
merged 9 commits into from
Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from 7 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
11 changes: 11 additions & 0 deletions ports/cppxaml/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO asklar/xaml-islands
REF 0.0.16
SHA512 30fba1ef9264bf2eeaf0e48898c6b138adef9ee98d758ac91bcc7f2c90e50f00ec35925705347c3fc5c84b97652caeece7b3854be5b468a02e51fed23eda8007
HEAD_REF main
)

file(INSTALL ${SOURCE_PATH}/inc/cppxaml DESTINATION "${CURRENT_PACKAGES_DIR}/include")
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
7 changes: 7 additions & 0 deletions ports/cppxaml/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "cppxaml",
"version": "0.0.16",
"description": "CppXaml is a library to facilitate usage of the XAML UI framework in C++ Windows apps.",
"homepage": "https://asklar.github.io/xaml-islands",
"supports": "windows"
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1608,6 +1608,10 @@
"baseline": "windows-sdk",
"port-version": 0
},
"cppxaml": {
"baseline": "0.0.16",
"port-version": 0
},
"cppzmq": {
"baseline": "4.8.1",
"port-version": 0
Expand Down
9 changes: 9 additions & 0 deletions versions/c-/cppxaml.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "8a81e09360a4b277d2fbe63cd840ced83a9bec64",
"version": "0.0.16",
"port-version": 0
}
]
}