File cbonsai.spec of Package cbonsai
#
# spec file for package cbonsai
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2021-2025, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: cbonsai
Version: 1.4.2
Release: 0
Summary: A bonsai tree generator for your terminal
License: GPL-3.0-or-later
Group: Amusements/Toys/Other
URL: https://gitlab.com/jallbrit/cbonsai
Source: https://gitlab.com/jallbrit/cbonsai/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
BuildRequires: ncurses-devel
BuildRequires: scdoc
%description
A beautifully random bonsai tree generator. It intelligently
creates, colors, and positions a bonsai tree, and is entirely
configurable via CLI options.
%package bash-completion
Summary: Bash Completion for %{name}
Requires: %{name} = %{version}
Requires: bash-completion
Supplements: (%{name} and bash-completion)
BuildArch: noarch
%description bash-completion
Bash completion script for %{name}.
%prep
%autosetup -n %{name}-v%{version}
%build
%make_build
%install
make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
%files
%license LICENSE
%doc README.md
%{_bindir}/cbonsai
%{_mandir}/man6/cbonsai.6%{?ext_man}
%files bash-completion
%{_datadir}/bash-completion/completions/cbonsai
%changelog