mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
60f5fbf94c
* 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>
42 lines
919 B
RPMSpec
42 lines
919 B
RPMSpec
%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è,spur)is 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
|