add: termflix (#10099) (#10114)

* add: termflix



* builder has this



---------



(cherry picked from commit 3cd9212185)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2026-02-26 12:01:43 -08:00
committed by GitHub
parent 86d1ad7e3a
commit c47651430a
3 changed files with 41 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "termflix.spec"
}
}
+35
View File
@@ -0,0 +1,35 @@
Name: termflix
Version: 0.4.1
Release: 1%?dist
Summary: Terminal animation player with 43 procedurally generated animations, multiple render modes, and true color support
License: MIT AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND MPL-2.0
URL: https://github.com/paulrobello/termflix
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
BuildRequires: cargo-rpm-macros >= 24
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
%{summary}.
%prep
%autosetup -n %{name}-%{version}
%cargo_prep_online
%build
%cargo_build
%{cargo_license_online} > LICENSE.dependencies
%install
install -Dm 755 target/rpm/%{name} -t %{buildroot}%{_bindir}
%files
%doc README.md
%license LICENSE LICENSE.dependencies
%{_bindir}/%{name}
%changelog
* Thu Feb 26 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
+1
View File
@@ -0,0 +1 @@
rpm.version(crates("termflix"));