%define debug_package %{nil} Name: gitego Version: 0.1.1 Release: 0%{?dist} Summary: Your Git identity manager and automatic profile switcher. License: MIT| URL: https://github.com/bgreenwell/gitego Source0: https://github.com/bgreenwell/gitego/releases/download/v%{version}/%{name}-v%{version}-linux-x86_64.tar.gz %description Your Git identity manager and automatic profile switcher. Seamlessly manage user profiles, SSH keys, and tokens across different repositories. %prep %autosetup -n %{name} -c %install rm -rf %{buildroot} mkdir -p %{buildroot}/usr/bin install -p -m 755 %{name} %{buildroot}/usr/bin %files /usr/bin/gitego %changelog * Tue Aug 19 2025 Enmanuel Moreira - Inital RPM