flathub / org.scummvm.ScummVM

https://flathub.org/apps/details/org.scummvm.ScummVM
3 stars 5 forks source link

Package free ScummVM games as add-ons #35

Open AsciiWolf opened 11 months ago

AsciiWolf commented 11 months ago

Debian has the following games packaged:

https://packages.debian.org/bookworm/beneath-a-steel-sky https://packages.debian.org/bookworm/drascula https://packages.debian.org/bookworm/flight-of-the-amazon-queen https://packages.debian.org/bookworm/lure-of-the-temptress

It would be great to do the same thing for ScummVM Flatpak.

lotharsm commented 11 months ago

For reference, this is how I do it in the snap package:

https://github.com/snapcrafters/scummvm/blob/master/scripts/bin/scummvm-launch.sh

I basically use "scummvm-launch.sh" as target for the scummvm "binary" which does the necessary checks and adds the games if necessary.