Files
packages/anda/devs/git-biance/git-biance.spec
T
Raboneko 56f7954593 add: git-biance, act, atac (#4184) (#4207)
* add: git-biance

* add: act, atac

* Update anda/langs/rust/atac/atac.spec

Co-authored-by: madomado <madonuko@outlook.com>
Signed-off-by: xiaoshihou <xiaoshihou@tutamail.com>

* fix: apply reviewer changes

* fix: add packager, less verbose pkg name

* Update anda/langs/go/act/act.spec

Co-authored-by: Gilver <rockgrub@disroot.org>
Signed-off-by: xiaoshihou <xiaoshihou@tutamail.com>

* Update anda/langs/go/act/act.spec

Co-authored-by: Gilver <rockgrub@disroot.org>
Signed-off-by: xiaoshihou <xiaoshihou@tutamail.com>

* revert: non-working go_build_online

* Update anda/langs/go/act/act.spec

Co-authored-by: Gilver <rockgrub@disroot.org>
Signed-off-by: xiaoshihou <xiaoshihou@tutamail.com>

* fix: remove redundant sections

* fix: remove redundant description

* ref: just package it manually...

* fix: apply oniguruma cflag fix as suggested

* fix: skip #! check

* fix(act): feed in the version

* fix: name conflict

* wip: rename the act package

* chore: remove non doc file

* fix: add build dep

---------

Signed-off-by: xiaoshihou <xiaoshihou@tutamail.com>
Co-authored-by: madomado <madonuko@outlook.com>
Co-authored-by: Gilver <rockgrub@disroot.org>
(cherry picked from commit 60f5fbf94c)

Co-authored-by: xiaoshihou <xiaoshihou@tutamail.com>
2025-03-30 23:47:29 +08:00

42 lines
919 B
RPMSpec
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
%global crate git-biance
Name: git-biance
Version: 0.1.2
Release: 1%?dist
Summary: Visualize code contributions in a GitHub-style graph.
License: GPL-3.0
URL: https://crates.io/crates/git-biance
Source: %{crates_source}
Packager: xiaoshihou <xiaoshihou@tutamail.com>
BuildRequires: anda-srpm-macros cargo-rpm-macros mold
%global _description %{expand:
biance(鞭策,biān cè,spuris a small rust
program that shows and visualizes code contributions
in a git repository.
}
%description %{_description}
%description -n %{crate} %{_description}
%files -n %{crate}
%license LICENSE
%license LICENSE.dependencies
%doc README.md README-zh.md
%{_bindir}/%{crate}
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep_online
%build
%{cargo_license_summary_online}
%{cargo_license_online} > LICENSE.dependencies
%install
%cargo_install