Skip to content

Commit

Permalink
epm play: added moonlight (eterbug #17912)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boria138 authored and vitlav committed Dec 17, 2024
1 parent 91fd76e commit 87636cd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions play.d/moonlight.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/sh

PKGNAME=Moonlight
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="GameStream client for PCs (Windows, Mac, and Linux)"
URL="https://moonlight-stream.org/"

. $(dirname $0)/common.sh

if [ "$VERSION" = "*" ] ; then
PKGURL=$(get_github_version "https://github.com/moonlight-stream/moonlight-qt/" "$PKGNAME-.$VERSION-x86_64.AppImage")
else
PKGURL="https://github.com/moonlight-stream/moonlight-qt/releases/download/v$VERSION/$PKGNAME-$VERSION-x86_64.AppImage"
fi

install_pkgurl

0 comments on commit 87636cd

Please sign in to comment.