Name: cbonsai Version: v1.2.1 Release: 1%{?dist} Summary: Grow bonsai trees in your terminal License: MIT URL: https://gitlab.com/jallbrit/cbonsai/ Source0: https://gitlab.com/jallbrit/cbonsai/-/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc, make, ncurses-devel %global _missing_build_ids_terminate_build 0 %global debug_package %{nil} %description cbonsai is a bonsai tree generator, written in C using ncurses. It intelligently creates, colors, and positions a bonsai tree, and is entirely configurable via CLI options. %prep %setup %build make %install mkdir -p %{buildroot}%{_bindir} install -p -m 755 %{_builddir}/%{name}-%{version}/cbonsai %{buildroot}%{_bindir} %files %{_bindir}/%{name} %license LICENSE %changelog