unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26844: [PATCH] gnu: add neofetch
@ 2017-05-08 20:14 Ethan R. Jones
  2017-05-08 21:06 ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Ethan R. Jones @ 2017-05-08 20:14 UTC (permalink / raw)
  To: 26844; +Cc: Ethan R. Jones

---
 gnu/packages/games.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index b47a66193..8e0331d26 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -29,6 +29,8 @@
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 nee <nee-git@hidamari.blue>
 ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
+;;; Copyright © 2017 Ethan R. Jones <doubleplusgood23@gmail.com>
+;;;
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4168,3 +4170,36 @@ at their peak of economic growth and military prowess.
                    license:lgpl3
                    license:mpl2.0
                    license:zlib))))
+
+(define-public neofetch
+  (package
+    (name "neofetch")
+    (version "3.1.0")
+    (source (origin
+              (method url-fetch)
+              (uri
+               (string-append "https://github.com/dylanaraps/neofetch/archive/"
+                              version ".tar.gz"))
+              (file-name (string-append name "-" version))
+              (sha256
+               (base32
+                "1rgznkl7a5q7lnc6zxlwvinq20b7k46n949l1hiwifarv0jgwynv"))))
+    (build-system gnu-build-system)
+    (arguments
+     '(#:tests? #f ;; no tests
+       #:phases
+       (modify-phases %standard-phases
+         (delete 'configure)
+         (delete 'build))
+       #:make-flags  ;; proper DESTDIR
+       (list (string-append "DESTDIR=" %output))))
+    (inputs `(("bash" ,bash)))
+    (synopsis "System info script")
+    (description "Neofetch is a CLI system information tool written in
+BASH.  Neofetch displays information about your system next to an image, your OS
+logo, or any ASCII file of your choice.  The main purpose of Neofetch is
+to be used in screenshots to show other users what OS/Distro you're
+running, what Theme/Icons you're using etc.")
+    (home-page "https://github.com/dylanaraps/neofetch")
+    (license license:expat)))
+
-- 
2.12.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#26844: [PATCH] gnu: add neofetch
  2017-05-08 20:14 bug#26844: [PATCH] gnu: add neofetch Ethan R. Jones
@ 2017-05-08 21:06 ` Ricardo Wurmus
  2017-05-08 21:13   ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2017-05-08 21:06 UTC (permalink / raw)
  To: Ethan R. Jones; +Cc: 26844-done


Ethan R. Jones <doubleplusgood23@gmail.com> writes:

> ---
>  gnu/packages/games.scm | 35 +++++++++++++++++++++++++++++++++++
>  1 file changed, 35 insertions(+)

[…]

I made a couple of changes and pushed this with commit
c70e85501f7d0ac396de541623366b6e5dbef698 to master.

Thanks for the excellent first patch!  I hope we’ll see more in the
future :)

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#26844: [PATCH] gnu: add neofetch
  2017-05-08 21:06 ` Ricardo Wurmus
@ 2017-05-08 21:13   ` Ricardo Wurmus
  0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2017-05-08 21:13 UTC (permalink / raw)
  To: Ethan R. Jones; +Cc: 26844-done


Ricardo Wurmus <rekado@elephly.net> writes:

> Ethan R. Jones <doubleplusgood23@gmail.com> writes:
>
>> ---
>>  gnu/packages/games.scm | 35 +++++++++++++++++++++++++++++++++++
>>  1 file changed, 35 insertions(+)
>
> […]
>
> I made a couple of changes and pushed this with commit
> c70e85501f7d0ac396de541623366b6e5dbef698 to master.

Actually, it was pushed as 6e75ea481b9ff8cf65e9c5bd206bb611e1ef906f.
Sorry for the confusion!

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-08 21:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-08 20:14 bug#26844: [PATCH] gnu: add neofetch Ethan R. Jones
2017-05-08 21:06 ` Ricardo Wurmus
2017-05-08 21:13   ` Ricardo Wurmus

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).