-
Notifications
You must be signed in to change notification settings - Fork 7.7k
[libfaketime] Add new port #38490
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
Closed
Closed
[libfaketime] Add new port #38490
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
c1ccc8e
Add libfaketime port
dudoslav 70deb0e
Format
dudoslav 62908d9
Commit x-add-version
dudoslav 6c24e5c
Disable support for arm as well
dudoslav 27632d2
Update version database
dudoslav c17ce46
Update vcpkg.json
dudoslav 7f279a2
Update version database
dudoslav 9fdac14
Rework to use Make
dudoslav f4296cf
Update ports/libfaketime/portfile.cmake
dudoslav ddd4ff0
x-add-version
dudoslav 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,20 @@ | ||
| vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) | ||
|
|
||
| vcpkg_from_github( | ||
| OUT_SOURCE_PATH SOURCE_PATH | ||
| REPO wolfcw/libfaketime | ||
| REF v${VERSION} | ||
| SHA512 07c431bee21e31343b680d1322dd529ea276e3cc4dbec61646c12bf5d0263163faf6186efeb36b199e24b655578a493c43e3b7a7acf8eba8b9ff84a1e94d618b | ||
| ) | ||
|
|
||
| vcpkg_configure_make(SOURCE_PATH "${SOURCE_PATH}" | ||
| SKIP_CONFIGURE | ||
| COPY_SOURCE | ||
| ) | ||
| vcpkg_install_make() | ||
|
|
||
| file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") | ||
|
|
||
| # Handle copyright and usage | ||
| vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING") | ||
| file(COPY "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") |
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,3 @@ | ||
| libfaketime provides runtime libraries: | ||
|
|
||
| find_library(LIBFAKETIME NAMES faketime) |
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,10 @@ | ||
| { | ||
| "name": "libfaketime", | ||
| "version": "0.9.10", | ||
| "description": "libfaketime modifies the system time for a single application", | ||
| "homepage": "https://github.com/wolfcw/libfaketime", | ||
| "license": "GPL-2.0-only", | ||
| "supports": "linux | osx", | ||
| "dependencies": [ | ||
| ] | ||
| } |
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,14 @@ | ||
| { | ||
| "versions": [ | ||
| { | ||
| "git-tree": "3a3a6cebdf8e4dc052903a111d50c9ee1eb90289", | ||
| "version": "0.9.10", | ||
| "port-version": 0 | ||
| }, | ||
| { | ||
| "git-tree": "43c3d525b4e071c4265c512fda07775af3a0df6a", | ||
| "version": "0.9.10", | ||
| "port-version": 1 | ||
| } | ||
| ] | ||
| } |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should delete this file and revert the changes to
baseline.json, runvcpkg x-add-version, and make and push a commit.