all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 52325@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#52325] [PATCH] gnu: Add dutree.
Date: Mon,  6 Dec 2021 04:05:33 -0500	[thread overview]
Message-ID: <20211206090533.26893-1-jgart@dismail.de> (raw)

* gnu/packages/rust-apps.scm (dutree): New variable.
---
 gnu/packages/rust-apps.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 5fe18ac942..50095fd38b 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -989,6 +989,42 @@ (define-public tokei
 blanks grouped by language.")
     (license (list license:expat license:asl2.0))))
 
+(define-public dutree
+  (package
+    (name "dutree")
+    (version "0.2.18")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "dutree" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32 "1611h27i8fm3jndscd6w65z8z7w09nnrm61vdgs9kb8ln57gqm8x"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:cargo-inputs
+        (("rust-getopts" ,rust-getopts-0.2)
+         ("rust-regex" ,rust-regex-1)
+         ("rust-signal-hook" ,rust-signal-hook-0.1)
+         ("rust-terminal-size" ,rust-terminal-size-0.1)
+         ("rust-unicode-segmentation" ,rust-unicode-segmentation-1)
+         ("rust-unicode-width" ,rust-unicode-width-0.1))))
+    (home-page "https://github.com/nachoparker/dutree")
+    (synopsis "Command line tool to analyze disk usage")
+    (description
+"@command{dutree} is command line tool to analyze disk usage.
+Features include:
+
+@enumerate
+@item coloured output, according to the LS_COLORS  environment variable.
+@item display the file system tree
+@item ability to aggregate small files
+@item ability to exclude files or directories
+@item ability to compare different directories
+@item fast, written in Rust
+@end enumerate\n")
+    (license license:gpl3)))
+
 (define-public watchexec
   (package
     (name "watchexec")
-- 
2.34.0





             reply	other threads:[~2021-12-06  9:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-06  9:05 jgart via Guix-patches via [this message]
2021-12-07 12:03 ` bug#52325: [PATCH] gnu: Add dutree Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211206090533.26893-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=52325@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.