%define _name steamtinkerlaunch Name: steamtinkerlaunch-git Version: 12.12^20250714g8550ab2 Release: 1%{?dist} Summary: Linux wrapper tool for use with the Steam client for custom launch options and 3rd party programs. License: GPL-3.0 URL: https://github.com/sonic2kk/steamtinkerlaunch Source: %{url}/archive/refs/heads/master.zip BuildArch: noarch BuildRequires: make BuildRequires: sed Requires: gawk Requires: bash Requires: git Requires: make Requires: ripgrep Requires: unzip Requires: wget Requires: xdotool Requires: xprop Requires: xrandr Requires: xxd Requires: xwininfo Requires: yad >= 7.2 %description Steam Tinker Launch is a versatile Linux wrapper tool for use with the Steam client which allows for easy graphical configuration of game tools, such as GameScope, MangoHud, modding tools and a bunch more. It supports both games using Proton and native Linux games, and works on both X11 and Wayland. %prep %autosetup -n %{_name}-master # We only want the install commands from the Makefile sed -i 's/.*sed.*//g' Makefile # Let RPM handle the doc files sed -i 's/.*doc.*//g' Makefile %build # Nothing to build %install %make_install PREFIX=%{buildroot}%{_prefix} %files %license LICENSE %doc README.md %{_bindir}/%{_name} %{_datadir}/%{_name} %{_datadir}/applications/%{_name}.desktop %{_datadir}/icons/hicolor/scalable/apps/%{_name}.svg %changelog %autochangelog