-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[mzying2001-sw] Add new port #46010
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
Merged
+49
−0
Merged
[mzying2001-sw] Add new port #46010
Changes from 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
847c92c
Add sw-gui to vcpkg
Mzying2001 1f5b666
Update version database
Mzying2001 fba12a4
Exclude UWP support for sw-gui package
Mzying2001 00a624f
Update version database
Mzying2001 38f0c2f
Update ports/sw-gui/portfile.cmake
Mzying2001 44f499e
Update version database
Mzying2001 839606a
Rename port `sw-gui` -> `mzying2001-sw`
Mzying2001 434441c
Update version database
Mzying2001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| vcpkg_from_github( | ||
| OUT_SOURCE_PATH SOURCE_PATH | ||
| REPO Mzying2001/sw | ||
| REF 0.0.1 | ||
| SHA512 2e1c3ea6197244cf750d17bc470e86f76e4027db919529d78bbcd30ef824eface20ea1b60fb403331f3d2ed63222088dbb114cc4cb4584fd4090723867f2abd2 | ||
| ) | ||
|
|
||
| vcpkg_cmake_configure( | ||
| SOURCE_PATH ${SOURCE_PATH}/sw | ||
| ) | ||
|
|
||
| vcpkg_cmake_install() | ||
| vcpkg_cmake_config_fixup() | ||
|
|
||
| vcpkg_install_copyright(FILE_LIST ${SOURCE_PATH}/LICENSE) | ||
|
|
||
| file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "name": "sw-gui", | ||
| "version": "0.0.1", | ||
| "description": "A C++ GUI framework for building Windows desktop applications.", | ||
| "homepage": "https://github.com/Mzying2001/sw", | ||
| "license": "MIT", | ||
| "supports": "windows & !uwp", | ||
| "dependencies": [ | ||
| { | ||
| "name": "vcpkg-cmake", | ||
| "host": true | ||
| }, | ||
| { | ||
| "name": "vcpkg-cmake-config", | ||
| "host": true | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "versions": [ | ||
| { | ||
| "git-tree": "f148d1e6d721f51635c71840226fad3b325671c2", | ||
| "version": "0.0.1", | ||
| "port-version": 0 | ||
| } | ||
| ] | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.