GNU bug report logs - #57271
[PATCH] gnu: Add btop v1.2.8.

Previous Next

Package: guix-patches;

Reported by: Pierre-Henry Fröhring <contact <at> phfrohring.com>

Date: Thu, 18 Aug 2022 08:11:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Pierre-Henry Fröhring <contact <at> phfrohring.com>
Subject: bug#57271: closed (Re: bug#57271: [PATCH] gnu: Add btop v1.2.8.)
Date: Wed, 28 Sep 2022 19:18:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#57271: [PATCH] gnu: Add btop v1.2.8.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 57271 <at> debbugs.gnu.org.

-- 
57271: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57271
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Pierre-Henry Fröhring <contact <at> phfrohring.com>
Cc: 57271-done <at> debbugs.gnu.org
Subject: Re: bug#57271: [PATCH] gnu: Add btop v1.2.8.
Date: Wed, 28 Sep 2022 15:17:45 -0400
Hello,

Pierre-Henry Fröhring <contact <at> phfrohring.com> writes:

> * gnu/packages/admin.scm (btop): New variable.
> ---
>  gnu/packages/admin.scm | 30 ++++++++++++++++++++++++++++++
>  1 file changed, 30 insertions(+)

Another very similar version from Petr was applied to master
(3fb7add10fbe44c032155a19633c941abb737a63); it didn't have gcc-12 as a
native input.

Closing, thank you!

Maxim

[Message part 3 (message/rfc822, inline)]
From: Pierre-Henry Fröhring <contact <at> phfrohring.com>
To: guix-patches <at> gnu.org
Cc: Pierre-Henry Fröhring <contact <at> phfrohring.com>
Subject: [PATCH] gnu: Add btop v1.2.8.
Date: Thu, 18 Aug 2022 10:09:54 +0200
* gnu/packages/admin.scm (btop): New variable.
---
 gnu/packages/admin.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 35d3b53f24..47be60f983 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -95,6 +95,7 @@ (define-module (gnu packages admin)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages boost)
   #:use-module (gnu packages c)
+  #:use-module (gnu packages gcc)
   #:use-module (gnu packages check)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages crates-io)
@@ -5454,3 +5455,32 @@ (define-public fail2ban
 up services to use only two factor, or public/private authentication
 mechanisms if you really want to protect services.")
     (license license:gpl2+)))
+
+(define-public btop
+  (package
+    (name "btop")
+    (version "1.2.8")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/aristocratos/btop")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "01vk64vf891a7hpv27mb4zld1rfzj13jl9rnhrs8h45wzxg4kqjz"))))
+    (native-inputs (list gcc-12))
+    (build-system gnu-build-system)
+    (arguments
+     (list #:make-flags #~(list (string-append "PREFIX="
+                                               #$output))
+           #:phases #~(modify-phases %standard-phases
+                        (delete 'configure))
+           #:tests? #f))
+    (home-page "https://github.com/aristocratos/btop")
+    (synopsis "Resource monitor")
+    (description "Resource monitor that shows usage and stats
+for processor, memory, disks, network and processes.
+
+C++ version and continuation of bashtop and bpytop.")
+    (license license:asl2.0)))
-- 
2.37.1




This bug report was last modified 2 years and 315 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.