-
Notifications
You must be signed in to change notification settings - Fork 70
rMscreens #571
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
rMscreens #571
Changes from 4 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
1685458
Create changescrn.sh
pr0fsmith 7c370fe
rmscreens
pr0fsmith 6f94c7e
Delete changescrn.sh
Eeems 1e29325
Merge branch 'testing' into testing
Eeems 6d547fa
Merge branch 'testing' into testing
Eeems 6c8a5c6
Merge branch 'testing' into testing
Eeems 30281fc
Update package/rmscreens/package
pr0fsmith 55f1e18
Merge branch 'testing' into testing
pr0fsmith d605b18
Merge branch 'testing' into testing
Eeems 672509e
Merge branch 'testing' into testing
pr0fsmith e4c5040
Update package
pr0fsmith 5634f5a
Hash Updated
pr0fsmith 2ea4c81
Merge branch 'testing' into testing
Eeems cf79013
Merge branch 'testing' into testing
Eeems 03f3d4d
Merge branch 'testing' into testing
Eeems 9d765ee
Update package
Eeems 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,19 @@ | ||
| #!/usr/bin/env bash | ||
| # Copyright (c) 2020 The Toltec Contributors | ||
| # SPDX-License-Identifier: MIT | ||
|
|
||
| pkgnames=(changescrn) | ||
| pkgdesc="Change sleep/suspend/poweroff/reboot screens" | ||
| url=https://github.com/pr0fsmith/rMscreens/ | ||
| pkgver=1.0.0-1 | ||
| timestamp=2022-03-15T01:28:33Z | ||
| section="utils" | ||
| maintainer="pr0fsmith <[email protected]>" | ||
| license=GPL-3.0 | ||
|
|
||
| source=(https://github.com/pr0fsmith/rMscreens/archive/0775fa67ace15cfce85e07ceda38397dfcee8236.zip) | ||
| sha256sums=(7ecf9c5355a5f06a3424fe24b04e94fc458b93b83ca015e5700308f683d8c102) | ||
|
|
||
| package() { | ||
| install -Dm755 "$srcdir"/changescrn "$pkgdir/opt/bin/changescrn" | ||
| } | ||
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.