Package Details: greenlight-git v2.3.1.r28.64bfd99-1

Git Clone URL: https://aur.archlinux.org/greenlight-git.git (read-only, click to copy)
Package Base: greenlight-git
Description: Client for xCloud and Xbox home streaming.
Upstream URL: https://github.com/unknownskl/greenlight
Keywords: gaming microsoft one series xbox
Licenses: MIT
Conflicts: greenlight
Provides: greenlight
Submitter: Zosoled
Maintainer: Zosoled
Last Packager: Zosoled
Votes: 2
Popularity: 0.098149
First Submitted: 2024-03-23 01:04 (UTC)
Last Updated: 2024-09-15 05:50 (UTC)

Latest Comments

Zosoled commented on 2024-09-15 05:54 (UTC)

@thirteen Done.

thirteen commented on 2024-08-29 18:39 (UTC) (edited on 2024-08-30 14:33 (UTC) by thirteen)

For creating a .desktop file to run the program, please consider adding the below to the end of prepare():

cd ${srcdir}/${pkgname%-git}/flatpak
sed -i -e 's/.io.github.unknownskl./=/;s/run.sh/greenlight/' io.github.unknownskl.greenlight.desktop

And the below to the end of package():

install -Dm644 ${srcdir}/${pkgname%-git}/flatpak/io.github.unknownskl.greenlight.desktop $pkgdir/usr/share/applications/$pkgname.desktop

install -Dm644 ${srcdir}/${pkgname%-git}/flatpak/io.github.unknownskl.greenlight.png $pkgdir/usr/share/icons/hicolor/512x512/apps/greenlight.png