Files
packages/anda/apps/ttop/ttop.spec
T
Raboneko 2d5cad45db add: ttop (#8936) (#8944)
* add: ttop



* funny



---------


(cherry picked from commit 4741944931)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-01-05 18:00:09 +08:00

34 lines
682 B
RPMSpec

Name: ttop
Version: 1.5.7
Release: 1%?dist
Summary: System monitoring tool with historical data service, triggers and top-like TUI
License: MIT
URL: https://github.com/inv2004/ttop
Source0: %url/archive/refs/tags/v%version.tar.gz
BuildRequires: anda-srpm-macros
BuildRequires: nim
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
%summary.
%prep
%autosetup -n ttop-%version
%nim_prep
%build
%nim_c src/ttop
%install
install -Dm755 src/ttop.out %{buildroot}%{_bindir}/ttop
%files
%doc README.md
%license LICENSE
%{_bindir}/ttop
%changelog
* Sun Jan 04 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit