Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mserajnik/flatpak.mser.at
Various things missing from Flathub
https://github.com/mserajnik/flatpak.mser.at
flatpak
Last synced: about 1 month ago
JSON representation
Various things missing from Flathub
- Host: GitHub
- URL: https://github.com/mserajnik/flatpak.mser.at
- Owner: mserajnik
- License: agpl-3.0
- Created: 2023-10-27T21:48:59.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-28T15:03:25.000Z (10 months ago)
- Last Synced: 2024-02-29T16:03:46.436Z (10 months ago)
- Topics: flatpak
- Homepage: https://flatpak.mser.at/
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flatpak.mser.at [![GitHub Actions status][actions-status-badge]][actions-status]
> Various things missing from Flathub
This deploys a [Flatpak][flatpak] repository that contains various things that
are currently not available on [Flathub][flathub]. The main use case right now
is for installing a couple of roguelike games on the [Steam Deck][steam-deck]
(as Flatpak is what it supports out-of-the-box and what will survive system
updates without manual intervention), hence why there aren't any other packages
available (for now).Both `x86_64` and `aarch64` variants are available and all packages are rebuilt
automatically once a week.## Available applications
| Name | ID | Type | Notes |
|------------------------------------------|------------------------------------------------------------- |------| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [BrogueCE][app-brogue-ce-website] | [`com.github.tmewett.BrogueCE`][app-brogue-ce] | Game | This _is_ on Flathub; however, the latest version was not available there for a while due to an error in their CI/CD process and I made it available in this repository as a workaround (and will continue to keep it in the repository to not break people's existing installations) |
| [Infra Arcana][app-infra-arcana-website] | [`com.gitlab.martintornqvist.InfraArcana`][app-infra-arcana] | Game | |
| [Sil-Q][app-sil-q-website] | [`com.github.silquirk.SilQ`][app-sil-q] | Game | See [here][app-sil-q-using-x11] if you encounter an error when trying to launch using the X11 frontend |## Usage
### Adding the repository
To add the repository, use the `flatpak remote-add` command:
```sh
flatpak remote-add --if-not-exists flatpak.mser.at https://flatpak.mser.at/index.flatpakrepo
```Alternatively, if you have a GUI client for Flatpak (e.g.,
[Discover][discover], if you are using a Steam Deck) you should be able to
download the [flatpakrepo file][flatpakrepo-file] and just double-click it.[discover]: https://apps.kde.org/de/discover/
[flatpakrepo-file]: https://flatpak.mser.at/index.flatpakrepo### Listing available applications
To list all available applications, use the `flatpak remote-ls` command:
```sh
flatpak remote-ls flatpak.mser.at
```### Installing applications from the repository
To install an application, use the `flatpak install` command:
```sh
flatpak install flatpak.mser.at com.gitlab.martintornqvist.InfraArcana
```## Maintainer
[Michael Serajnik][maintainer]
## Contribute
You are welcome to help out!
[Open an issue][issues] or [make a pull request][pull-requests].
## License
[AGPLv3][license] © Michael Serajnik
[app-brogue-ce]: https://github.com/flathub/com.github.tmewett.BrogueCE/
[app-brogue-ce-website]: https://github.com/tmewett/BrogueCE
[app-infra-arcana]: https://github.com/mserajnik/flatpak.mser.at/tree/master/apps/com.gitlab.martintornqvist.InfraArcana
[app-infra-arcana-website]: https://sites.google.com/site/infraarcana/
[app-sil-q]: https://github.com/mserajnik/flatpak.mser.at/tree/master/apps/com.github.silquirk.SilQ
[app-sil-q-website]: https://github.com/sil-quirk/sil-q
[app-sil-q-using-x11]: https://github.com/mserajnik/flatpak.mser.at/tree/master/apps/com.github.silquirk.SilQ#using-the-x11-frontend
[flathub]: https://flathub.org/
[flatpak]: https://flatpak.org/
[steam-deck]: https://www.steamdeck.com/[actions-status]: https://github.com/mserajnik/flatpak.mser.at/actions
[actions-status-badge]: https://github.com/mserajnik/flatpak.mser.at/actions/workflows/build-and-deploy.yaml/badge.svg
[issues]: https://github.com/mserajnik/flatpak.mser.at/issues
[license]: https://github.com/mserajnik/flatpak.mser.at/blob/master/LICENSE
[maintainer]: https://github.com/mserajnik
[pull-requests]: https://github.com/mserajnik/flatpak.mser.at/pulls