Name: cheatsheet Version: 0.1.0 Release: 1%{?dist} Summary: A command-line cheatsheet for the command-line License: MIT URL: https://github.com/atlasamerican/cheatsheet Source0: https://github.com/atlasamerican/cheatsheet/archive/refs/tags/v0.1.0.tar.gz Requires: git BuildRequires: go BuildRequires: git %global debug_package %{nil} %description cheatsheet is a command-line reference manual providing a text-based user interface for reading tldr pages. %prep %setup %build %make_build PREFIX=/usr %install %make_install PREFIX=/usr %files %license LICENSE %doc README.md %{_bindir}/%{name} %changelog * Mon Oct 17 2022 James Reed - 0.1.0-1 - Initial package