From: Marius Bakke <mbakke@fastmail.com>
To: "Boskovits, Gábor" <boskovits@gmail.com>, guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add lshw.
Date: Tue, 07 Feb 2017 18:00:37 +0100 [thread overview]
Message-ID: <874m06hr62.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <20170206231310.5861-1-boskovits@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1562 bytes --]
"Boskovits, Gábor" <boskovits@gmail.com> writes:
> +(define-public lshw
> + (package
> + (name "lshw")
> + (version "B.02.18")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append "http://www.ezix.org/software/"
> + "files/lshw-" version
> + ".tar.gz"))
> + (sha256
> + (base32
> + "0brwra4jld0d53d7jsgca415ljglmmx1l2iazpj4ndilr48yy8mf"))))
> + (build-system gnu-build-system)
> + (arguments
> + `(#:phases (modify-phases %standard-phases (delete 'configure));no configure
> + #:tests? #f
> + #:make-flags
> + (list (string-append "PREFIX=" (assoc-ref %outputs "out")))))
> + (synopsis "Hardware Lister (lshw)")
> + (description
> + "lshw (Hardware Lister) is a small tool to provide detailed
> +information on the hardware configuration of the machine. It can
> +report exact memory configuration, firmware version, mainboard
> +configuration, CPU version and speed, cache configuration, bus speed,
> +etc. on DMI-capable x86 or EFI (IA-64) systems and on some PowerPC
> +machines (PowerMac G4 is known to work).")
> + (home-page "http://www.ezix.org/project/wiki/HardwareLiSter")
> + (license gpl2)))
Thank you for this! I moved it to linux.scm, added a copyright line for
you and changed the URLs to use HTTPS. Also did very minor tweaks to
description.
Pushed as 189d8422573bdcb9392dad76426ab3e9518017ec !
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next prev parent reply other threads:[~2017-02-07 17:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-06 23:13 [PATCH] gnu: Add lshw Boskovits, Gábor
2017-02-06 23:14 ` Gábor Boskovits
2017-02-07 17:00 ` Marius Bakke [this message]
2017-02-08 2:02 ` Leo Famulari
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874m06hr62.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me \
--to=mbakke@fastmail.com \
--cc=boskovits@gmail.com \
--cc=guix-devel@gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).