File agg.spec of Package agg
#
# spec file for package agg
#
# Copyright (c) 2024 Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
#
# 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: agg
Version: 1.4.3
Release: 0
Summary: Asciicast to GIF converter
License: Apache-2.0
URL: https://github.com/asciinema/agg
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: cargo-packaging
%description
agg is a command-line tool for generating animated GIF files from asciicast v2 files produced by the asciinema terminal recorder.
%prep
%autosetup -a1
%build
%{cargo_build}
%install
install -Dm0755 target/release/%{name} %{buildroot}%{_bindir}/%{name}
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%changelog