Compare commits

...

3 Commits

Author SHA1 Message Date
Owen Zimmerman ed16432e41 this
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-03-29 20:54:38 -05:00
Owen Zimmerman b64e6f69c2 install manually
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-03-29 20:30:12 -05:00
Owen-sz f217153ccb add: neohtop-cli
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-03-29 20:18:37 -05:00
8 changed files with 38 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "neohtop-cli.spec"
}
}
@@ -0,0 +1,32 @@
%define debug_package %{nil}
Name: neohtop-cli
Version: 0.1.12
Release: 1%?dist
Summary: A cross-platform terminal process monitor with btop-style visualizations
License: MIT
URL: https://github.com/Abdenasser/neohtop-cli
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
Packager: Owen Zimmerman <owen@fyralabs.com>
BuildRequires: golang
%description
%summary.
%prep
%autosetup
%build
%make_build
%install
install -Dm755 neohtop-cli %{buildroot}%{_bindir}/neohtop-cli
%files
%doc README.md CONTRIBUTING.md
%license LICENSE
%{_bindir}/neohtop-cli
%changelog
* Sun Mar 29 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
@@ -0,0 +1 @@
rpm.version(gh("Abdenasser/neohtop-cli"));