Name: gsh Version: 1.1.7 Release: 1%{?dist} Summary: Generative Shell License: GPL-3.0-or-later URL: https://github.com/atinylittleshell/gsh Source0: https://github.com/atinylittleshell/gsh/archive/refs/tags/v1.1.7.tar.gz BuildRequires: golang %description A battery-included, POSIX-compatible, generative shell %prep %autosetup %build %install GOBIN=%{buildroot}/%{_bindir} go install ./cmd/gsh %files %license LICENSE %doc *.md %doc docs %{_bindir}/gsh %changelog * Wed Jan 07 2026 Jens Petersen - initial