From fbc1a58f4071c8a3ce2ac781b7cd363b8d21a364 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Sun, 1 Sep 2013 19:42:00 +0200 Subject: gnu: Add dfc. * gnu/packages/system.scm (dfc): New variable. --- gnu/packages/system.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'gnu/packages/system.scm') diff --git a/gnu/packages/system.scm b/gnu/packages/system.scm index 2307393f85..7c733f9575 100644 --- a/gnu/packages/system.scm +++ b/gnu/packages/system.scm @@ -21,11 +21,34 @@ #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix download) + #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) #:use-module (gnu packages) #:use-module (gnu packages ncurses) #:use-module (gnu packages linux)) +(define-public dfc + (package + (name "dfc") + (version "3.0.3") + (source + (origin + (method url-fetch) + (uri (string-append + "http://projects.gw-computing.net/attachments/download/78/dfc-" + version ".tar.gz")) + (sha256 + (base32 + "1b4hfqv23l87cb37fxwzfk2sgspkyxpr3ig2hsd23hr6mm982j7z")))) + (build-system cmake-build-system) + (arguments '(#:tests? #f)) ; There are no tests. + (home-page "http://projects.gw-computing.net/projects/dfc") + (synopsis "Display file system space usage using graphs and colors") + (description + "dfc (df color) is a modern version of df. It uses colors, draws pretty +graphs and can export its output to different formats.") + (license bsd-3))) + (define-public htop (package (name "htop") -- cgit v1.2.3 ass='form'>
path: root/gnu/packages/skarnet.scm
AgeCommit message (Expand)Author
2020-03-12gnu: s6: Update to 2.9.1.0....Tobias Geerinckx-Rice
2020-03-11gnu: execline: Update to 2.6.0.0....Tobias Geerinckx-Rice
2020-03-11gnu: Use HTTPS for skarnet.org sources....Tobias Geerinckx-Rice
2020-03-11gnu: skalibs: Update to 2.9.2.0....Tobias Geerinckx-Rice
2020-03-11gnu: s6-dns: Update to 2.3.2.0....Tobias Geerinckx-Rice
2020-03-09gnu: s6: Update to 2.9.0.1....Tobias Geerinckx-Rice
2020-03-09gnu: s6-linux-init: Update to 1.0.4.0....Tobias Geerinckx-Rice
2020-03-07gnu: s6-rc: Update to 0.5.1.2....Tobias Geerinckx-Rice
2020-03-07gnu: s6-portable-utils: Update to 2.2.2.2....Tobias Geerinckx-Rice
2020-03-07gnu: s6-networking: Update to 2.3.1.2....Tobias Geerinckx-Rice
2020-03-07gnu: s6-linux-utils: Update to 2.5.1.2....Tobias Geerinckx-Rice
2020-01-27gnu: s6: Install documentation....宋文武
2020-01-09gnu: s6-rc: Update to 0.5.1.1....Oleg Pykhalov
2020-01-09gnu: s6-portable-utils: Update to 2.2.2.1....Oleg Pykhalov
2020-01-09gnu: s6-networking: Update to 2.3.1.1....Oleg Pykhalov
2020-01-09gnu: s6-linux-utils: Update to 2.5.1.1....Oleg Pykhalov
2020-01-09gnu: s6-linux-init: Update to 1.0.3.1....Oleg Pykhalov
2020-01-09gnu: s6-dns: Update to 2.3.1.1....Oleg Pykhalov
2020-01-09gnu: skalibs: Update to 2.9.1.0....Oleg Pykhalov