Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkgstore-old/linux-rpm-lutris
https://github.com/pkgstore-old/linux-rpm-lutris
linux lutris pkgstore rpm rpm-package rpm-packages rpm-spec
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-lutris
- Owner: pkgstore-old
- License: gpl-3.0
- Created: 2022-04-02T13:26:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T14:12:30.000Z (almost 3 years ago)
- Last Synced: 2024-02-23T11:54:36.089Z (11 months ago)
- Topics: linux, lutris, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec
- Homepage:
- Size: 774 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Lutris
**Lutris** helps you install and play video games from all eras and from most gaming systems. By leveraging and combining existing emulators, engine re-implementations and compatibility layers, it gives you a central interface to launch all your games.
The client can connect with existing services like Humble Bundle, GOG and Steam to make your game libraries easily available. Game downloads and installations are automated and can be modified through user made scripts.
## Install
### Fedora COPR
```
$ dnf copr enable pkgstore/lutris
$ dnf install -y lutris
```### Open Build Service (OBS)
```
# Work in Progress
```## Update
```
$ dnf upgrade -y lutris
```## Remove
```
$ dnf erase -y lutris
$ dnf copr remove pkgstore/lutris
```## How to Build
1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/lutris).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/lutris) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.