Files
packages/anda/misc/krabby/krabby.spec
T
Gilver 651b7f63c7 chore: Mass update email in Roachy's specs (#9355) (#9405)
* chore: Mass update email in Roachy's specs

* fix(pokeshell): Recommends



* chore: Bump releases

* Update xone.spec



* Update falcond-gui.spec



* Update ghostty-nightly.spec



* Update ghostty.spec



* Update epsonscan2.spec



* Update neovim-default-editor.spec



---------


(cherry picked from commit ce4d5269c0)

Signed-off-by: Gilver <roachy@fyralabs.com>
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
2026-01-20 20:33:05 -06:00

35 lines
1.0 KiB
RPMSpec

Name: krabby
Version: 0.3.0
Release: 2%{?dist}
SourceLicense: GPL-3.0-or-later
License: (MIT OR Apache-2.0) AND GPL-3.0-or-later AND MIT AND (Unlicense OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (Apache-2.0 OR BSL-1.0) AND MPL-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT)
Summary: Print Pokémon sprites in your terminal
URL: https://github.com/yannjor/krabby
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
BuildRequires: anda-srpm-macros
BuildRequires: cargo-rpm-macros
BuildRequires: mold
Packager: Gilver E. <roachy@fyralabs.com>
%description
Krabby is mostly a Rust rewrite of phoney badger's pokemon-colorscripts with some extra features.
%prep
%autosetup -n %{name}-%{version}
%cargo_prep_online
%build
%install
%cargo_install
%{cargo_license_online} > LICENSE.dependencies
%files
%license LICENSE LICENSE.dependencies
%doc README.md
%{_bindir}/%{name}
%changelog
* Thu Feb 27 2025 Gilver E. <rockgrub@disroot.org>
- Initial package