-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[ftxui] Add new port (fix #16327) #18360
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
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
fa08e61
[ftxui] Add new port (fix #16327)
myd7349 16d4779
[ftxui] x-add-version ftxui
myd7349 f5c0959
[ftxui] Drop UWP support
myd7349 cf44206
[ftxui] Update to 2021-06-16
myd7349 f99eaf8
[ftxui] Overwrite version
myd7349 ef1e934
Merge branch 'master' into ftxui-init
myd7349 90c8968
[ftxui] Try to fix linux and macOS build
myd7349 9cd6614
[ftxui] Overwrite version
myd7349 6727bea
[ftxui] Fail fast on UWP
myd7349 b629d53
[ftxui] Clean version file
myd7349 a545da5
[ftxui] Overwrite version
myd7349 3ed1bb9
[ftxui] Update to 2021-06-17
myd7349 0ac90c2
[ftxui] Overwrite version
myd7349 63fda37
[ftxui] Remove debug/share
myd7349 bc00da5
[ftxui] Overwrite version
myd7349 22e5d07
Merge branch 'master' into ftxui-init
myd7349 83c9676
Merge branch 'ftxui-init' of https://github.com/myd7349/vcpkg into ft…
myd7349 0d68941
[ftxui] Quote paths
myd7349 daa9a24
[ftxui] Overwrite version
myd7349 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,28 @@ | ||
| vcpkg_fail_port_install(ON_TARGET "uwp") | ||
|
|
||
| vcpkg_check_linkage(ONLY_STATIC_LIBRARY) | ||
|
|
||
| vcpkg_from_github( | ||
| OUT_SOURCE_PATH SOURCE_PATH | ||
| REPO ArthurSonzogni/FTXUI | ||
| REF 3d5e4eb6ca11a0827bff68a04f4bf68ca9820e20 | ||
| SHA512 670b0e5d95f7e6132ca7115005efdb1dee645146af82566af3e48bfff64d82dbc058c2f524b8b9d1d92182e4835ff6024067f0eab8dd6204514efa0207b3d33c | ||
| HEAD_REF master | ||
| ) | ||
|
|
||
| vcpkg_cmake_configure( | ||
| SOURCE_PATH ${SOURCE_PATH} | ||
| OPTIONS | ||
| -DFTXUI_BUILD_EXAMPLES=OFF | ||
| -DFTXUI_ENABLE_INSTALL=ON | ||
| -DFTXUI_BUILD_TESTS=OFF | ||
| -DFTXUI_BUILD_DOCS=OFF | ||
| ) | ||
|
|
||
| vcpkg_cmake_install() | ||
|
|
||
| vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT}) | ||
|
|
||
| file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share") | ||
|
|
||
| file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) | ||
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": "ftxui", | ||
| "version-date": "2021-06-17", | ||
| "description": "C++ Functional Terminal User Interface", | ||
| "homepage": "https://github.com/ArthurSonzogni/FTXUI", | ||
| "license": "MIT", | ||
| "supports": "!uwp", | ||
JackBoosY marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "dependencies": [ | ||
| { | ||
| "name": "vcpkg-cmake", | ||
| "host": true | ||
| }, | ||
JackBoosY marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| { | ||
| "name": "vcpkg-cmake-config", | ||
| "host": true | ||
| } | ||
| ] | ||
myd7349 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| } | ||
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": "d7dd27584c015a37dd3266255530e889b16aebcf", | ||
| "version-date": "2021-06-17", | ||
| "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.