Name: 7945sh Version: 1.0.1 Release: 1%{?dist} Summary: Custom fast interactive Linux shell with live syntax highlighting and autocomplete License: MIT URL: https://github.com/busiedcake7945/7945sh Source0: %{name}-%{version}.tar.gz %define debug_package %{nil} %description Custom fast interactive Linux shell with live syntax highlighting and autocomplete. %prep mkdir -p %{_builddir}/%{name}-%{version} cd %{_builddir}/%{name}-%{version} tar -xzvf %{_sourcedir}/%{name}-%{version}.tar.gz %build %install cd %{_builddir}/%{name}-%{version} mkdir -p %{buildroot}%{_bindir} install -p -m 0755 7945sh %{buildroot}%{_bindir}/7945sh %files %{_bindir}/7945sh %changelog * Wed May 27 2026 busiedcake7945 - 1.0.1-1 - bug fixes