From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 57637@debbugs.gnu.org
Subject: [bug#57637] [PATCH] gnu: Add font-monocraft.
Date: Wed, 07 Sep 2022 13:17:20 +0800 [thread overview]
Message-ID: <y768rmvahlr.wl-hako@ultrarare.space> (raw)
* gnu/packages/fonts.scm (font-monocraft): New variable.
---
gnu/packages/fonts.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 09445cd00c..87272fe46c 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2816,3 +2816,22 @@ (define-public font-chiron-hei-hk
Kong variant of Adobe’s Source Han Sans. The font aims at providing a modern,
region-agnostic glyph set adopting the “modern” glyph style that is similar to
prevalent typefaces in Traditional Chinese regions.")))
+
+(define-public font-monocraft
+ (package
+ (name "font-monocraft")
+ (version "1.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/IdreesInc/Monocraft")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1a7ibdgzc900mfw0jmpqq8hb4lbx3m3sfmv0pl44b2bhmpqqg0l4"))))
+ (build-system font-build-system)
+ (home-page "https://idreesinc.com/")
+ (synopsis "The font for developers who like Minecraft a bit too much")
+ (description "A programming font based on the typeface used in Minecraft.")
+ (license license:silofl1.1)))
base-commit: b9fa04fb2cb32a0b08720bfab37a870fb7426eb7
--
2.37.2
next reply other threads:[~2022-09-07 5:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-07 5:17 Hilton Chain via Guix-patches via [this message]
[not found] ` <c8d55d16-1820-f01c-b770-7d23675b8eee@telenet.be>
2022-09-07 17:23 ` bug#57637: [PATCH] gnu: Add font-monocraft Hilton Chain via Guix-patches via
2022-09-07 17:40 ` [bug#57637] Fwd: [bug#57637] " Maxime Devos
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=y768rmvahlr.wl-hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=57637@debbugs.gnu.org \
--cc=hako@ultrarare.space \
/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 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).