[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54847] [PATCH] gnu: Add hyfetch.
From: |
Wamm K. D |
Subject: |
[bug#54847] [PATCH] gnu: Add hyfetch. |
Date: |
Mon, 11 Apr 2022 03:01:35 -0500 |
---
gnu/packages/admin.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 1db04adf71..e15d443771 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -47,6 +47,7 @@
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2021 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3713,6 +3714,33 @@ (define-public neofetch
you are running, what theme or icon set you are using, etc.")
(license license:expat)))
+(define-public hyfetch
+ (package
+ (name "hyfetch")
+ (version "1.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "HyFetch" version))
+ (sha256
+ (base32 "1bfkycdhsyzkk6q24gdy1xwvyz0rvkr7xk2khbn74b3nk6kp83r2"))))
+ (build-system python-build-system)
+ (propagated-inputs (list python-hypy-utils python-typing-extensions))
+ (arguments `(#:phases (modify-phases %standard-phases
+ (add-before 'build 'set-HOME
+ (lambda _ ;; Tries to set files in .config
+ (setenv "HOME" "/tmp"))))))
+ (home-page "https://github.com/hykilpikonna/HyFetch")
+ (synopsis "@code{neofetch} with pride flags <3")
+ (description "HyFetch is a command-line system information tool fork of
+@code{neofetch}. HyFetch displays information about your system next to an
+image, your OS logo, or any ASCII file of your choice. The ASCII
representation
+is then colored in the pattern of the pride flag of your choice. The main
+purpose of HyFetch is to be used in screenshots to show other users what
+operating system or distribution you are running, what theme or icon set you
are
+using, etc.")
+ (license license:expat)))
+
(define-public screenfetch
(package
(name "screenfetch")
--
2.35.1
- [bug#54847] [PATCH] gnu: Add hyfetch.,
Wamm K. D <=
- [bug#54847] [PATCH] gnu: Add hyfetch., Maxime Devos, 2022/04/11
- [bug#54847] [PATCH] gnu: Add hyfetch., Maxime Devos, 2022/04/11
- [bug#54847] [PATCH] gnu: Add hyfetch., Maxime Devos, 2022/04/11
- [bug#54847] [PATCH] gnu: Add hyfetch., Maxime Devos, 2022/04/11
- [bug#54847] [PATCH] gnu: Add hyfetch., Maxime Devos, 2022/04/11
- [bug#54847] [PATCH] gnu: Add hyfetch., Maxime Devos, 2022/04/11