guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: Add font-mononoki.


From: guix-commits
Subject: 04/04: gnu: Add font-mononoki.
Date: Mon, 24 Dec 2018 10:20:56 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 3c5e13642ccc6db31ae8a017ea3076e63966ccd3
Author: Gabriel Hondet <address@hidden>
Date:   Sun Dec 23 09:43:18 2018 +0100

    gnu: Add font-mononoki.
    
    * gnu/packages/fonts.scm (font-mononoki): New variable.
    
    Co-authored-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/fonts.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index b0cb78c..8831500 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2017, 2018 Arun Isaac <address@hidden>
 ;;; Copyright © 2017 Mohammed Sadiq <address@hidden>
 ;;; Copyright © 2018 Charlie Ritter <address@hidden>
+;;; Copyright © 2018 Gabriel Hondet <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1351,3 +1352,24 @@ reproduction and display environments.  This package 
provides only TrueType
 files (TTF).")
     (home-page "https://software.sil.org/charis/";)
     (license license:silofl1.1)))
+
+(define-public font-mononoki
+  (package
+    (name "font-mononoki")
+    (version "1.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/madmalik/mononoki/";)
+                    (commit version)))
+              (sha256
+               (base32
+                "1rkzyxn30rn8qv2h2xz324j7q15hzg2lci8790a7cdl1dfgic4xi"))
+              (file-name (git-file-name name version))))
+    (build-system font-build-system)
+    (synopsis "Font for programming and code review")
+    (description
+     "Mononoki is a typeface by Matthias Tellen, created to enhance code
+formatting.")
+    (home-page "https://madmalik.github.io/mononoki/";)
+    (license license:silofl1.1)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]