* add: ttop

Signed-off-by: Owen-sz <owen@fyralabs.com>

* funny

Signed-off-by: Owen-sz <owen@fyralabs.com>

---------

Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
Owen Zimmerman
2026-01-05 03:51:29 -06:00
committed by GitHub
parent 84dd7207bc
commit 4741944931
3 changed files with 39 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "ttop.spec"
}
}
+33
View File
@@ -0,0 +1,33 @@
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
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("inv2004/ttop"));