File gitu.spec of Package gitu
#
# gitu
#
Name: gitu
Version: 0.39.0
Release: 0
Summary: It's Gitu! - A Git porcelain outside of Emacs
License: MIT
Group: Development/Tools/Debuggers
URL: https://github.com/altsem/gitu
Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
BuildRequires: cargo-packaging
BuildRequires: git
%description
Gitu aims to implement many of the core features of Magit over time.
It should be familiar to any previous Magit users.
%prep
%autosetup -a1 -p0
%build
%{cargo_build}
%install
%{cargo_install}
strip %{buildroot}/usr/bin/gitu
%files
%{_bindir}/%{name}
%changelog