all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#35706] [PATCH] Add font-hermit
@ 2019-05-12 23:03 Baptiste Strazzulla
  2019-05-14  9:59 ` bug#35706: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Baptiste Strazzulla @ 2019-05-12 23:03 UTC (permalink / raw)
  To: 35706


[-- Attachment #1.1: Type: text/plain, Size: 2 bytes --]



[-- Attachment #1.2: Type: text/html, Size: 337 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-font-hermit.patch --]
[-- Type: text/x-patch; name="0001-gnu-Add-font-hermit.patch", Size: 2129 bytes --]

From c916c92ec10153ac549a9eaa8f9861739c5c2930 Mon Sep 17 00:00:00 2001
From: Zzull <bstrazzull@hotmail.fr>
Date: Mon, 13 May 2019 00:37:39 +0200
Subject: [PATCH] gnu: Add font-hermit

* gnu/packages/fonts.scm (font-hermit): New variable.
---
 gnu/packages/fonts.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 3db933e5ac..b09f94d758 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1448,3 +1448,39 @@ formatting.")
      "Public Sans is a strong, neutral, sans-serif typeface for text or
 display based on Libre Franklin.")
     (license license:silofl1.1)))
+
+(define-public font-hermit
+  (package
+    (name "font-hermit")
+    (version "2.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://pcaro.es/d/otf-hermit-" version
+                                  ".tar.gz"))
+              (sha256
+               (base32
+                "09rmy3sbf1j1hr8zidighjgqc8kp0wsra115y27vrnlf10ml6jy0"))))
+    (build-system font-build-system)
+    (arguments
+     `(#:tests? #f
+       #:phases
+       (modify-phases %standard-phases
+         (replace 'unpack
+           ;; the tarball provided does not contain a directory
+           (lambda* (#:key source #:allow-other-keys)
+             (mkdir "source")
+             (invoke "tar" "xvf" source "-C" "source")
+             (chdir "source")
+             #t)))))
+    (home-page "https://pcaro.es/p/hermit/")
+    (synopsis "Monospace font")
+    (description
+     "Hermit is a monospace font designed to be clear, pragmatic and very
+readable.  Its creation has been focused on programming.  Every glyph was
+carefully planned and calculated, according to defined principles and rules.
+For this reason, Hermit is coherent and regular.
+
+Symbols stand out from common text.  Dots and commas are easily seen, and
+operators are clear even when not surrounded by spaces.  Similar characters
+have been designed to be very distinguishable from each other.")
+    (license license:silofl1.1)))
-- 
2.21.0


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

* bug#35706: [PATCH] Add font-hermit
  2019-05-12 23:03 [bug#35706] [PATCH] Add font-hermit Baptiste Strazzulla
@ 2019-05-14  9:59 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-05-14  9:59 UTC (permalink / raw)
  To: Baptiste Strazzulla; +Cc: 35706-done

Hello,

Baptiste Strazzulla <bstrazzull@hotmail.fr> skribis:

> From c916c92ec10153ac549a9eaa8f9861739c5c2930 Mon Sep 17 00:00:00 2001
> From: Zzull <bstrazzull@hotmail.fr>
> Date: Mon, 13 May 2019 00:37:39 +0200
> Subject: [PATCH] gnu: Add font-hermit
>
> * gnu/packages/fonts.scm (font-hermit): New variable.

I added a copyright line for you and committed it.

Thank you!

Ludo’.

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

end of thread, other threads:[~2019-05-14 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-12 23:03 [bug#35706] [PATCH] Add font-hermit Baptiste Strazzulla
2019-05-14  9:59 ` bug#35706: " Ludovic Courtès

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.