Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions anda/apps/neohtop/neohtop-cli/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "neohtop-cli.spec"
}
}
32 changes: 32 additions & 0 deletions anda/apps/neohtop/neohtop-cli/neohtop-cli.spec
Original file line number Diff line number Diff line change
@@ -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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe package this under the go guidelines?


%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
1 change: 1 addition & 0 deletions anda/apps/neohtop/neohtop-cli/update.rhai
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rpm.version(gh("Abdenasser/neohtop-cli"));
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading