mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 02:42:19 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed16432e41 | |||
| b64e6f69c2 | |||
| f217153ccb |
@@ -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"));
|
||||||
Reference in New Issue
Block a user