all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rodrigo Morales <rodrigo-mailing-lists@morales.pe>
To: 73111@debbugs.gnu.org
Subject: [bug#73111] [PATCH] add font-monocraft
Date: Sat, 7 Sep 2024 12:15:26 -0500	[thread overview]
Message-ID: <87y143xu4x.fsf@morales.pe> (raw)

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]


This is one of my first contributions to the Guix project. If I have
done something wrong, please let me know so that I don't make the same
mistake in the future.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-font-monocraft.patch --]
[-- Type: text/x-diff, Size: 1327 bytes --]

From 209787022655d89b2395e3d9c8bbd2b5417dfaf8 Mon Sep 17 00:00:00 2001
From: Rodrigo Morales <rodrigo@morales.pe>
Date: Sat, 7 Sep 2024 12:09:21 -0500
Subject: [PATCH] gnu: Add font-monocraft

---
 gnu/packages/fonts.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 98c20ee90a..0a7e79a8cd 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3958,3 +3958,22 @@ (define-public font-teko
 full support for the conjuncts and ligatures required by languages
 written with the Devanagari script.")
       (license license:silofl1.1))))
+
+(define-public font-monocraft
+  (package
+   (name "font-monocraft")
+   (version "4.0")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (string-append
+           "https://github.com/IdreesInc/Monocraft/releases/download/"
+           "v" version
+           "/Monocraft-ttf-otf.zip"))
+     (sha256
+      (base32 "1zy4a73779kaac69v8zmqa8v8s0a016k8bf2slani2msa1wsrnyy"))))
+   (build-system font-build-system)
+   (home-page "https://github.com/IdreesInc/Monocraft/")
+   (synopsis "Monospaced programming font inspired by the Minecraft typeface.")
+   (description "Monospaced programming font inspired by the Minecraft typeface.")
+   (license license:silofl1.1)))
-- 
2.34.1


             reply	other threads:[~2024-09-07 17:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-07 17:15 Rodrigo Morales [this message]
2024-09-18 22:22 ` [bug#73111] [PATCH] add font-monocraft Nicolas Graves via Guix-patches via

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y143xu4x.fsf@morales.pe \
    --to=rodrigo-mailing-lists@morales.pe \
    --cc=73111@debbugs.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 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.