Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
72d25c4c
Commit
72d25c4c
authored
Aug 14, 2024
by
Maxim Slipenko
Committed by
Vitaly Lipatov
Aug 15, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add sunshine
parent
10a78524
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
sunshine.sh
play.d/sunshine.sh
+17
-0
No files found.
play.d/sunshine.sh
0 → 100644
View file @
72d25c4c
#!/bin/sh
PKGNAME
=
sunshine
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Self-hosted game stream host for Moonlight"
URL
=
"https://app.lizardbyte.dev/Sunshine"
.
$(
dirname
$0
)
/common.sh
if
[
"
$VERSION
"
=
"*"
]
;
then
VERSION
=
"
$(
curl
-s
https://api.github.com/repos/LizardByte/Sunshine/releases/latest |
grep
-oP
'"tag_name": "\K(.*?)(?=")'
|
sed
's/G//g'
)
"
fi
PKGURL
=
https://github.com/LizardByte/Sunshine/releases/download/
$VERSION
/sunshine.AppImage
install_pkgurl
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment