GNU bug report logs -
#57637
[PATCH] gnu: Add font-monocraft.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Wed, 7 Sep 2022 05:18:02 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 08 Sep 2022 01:23:31 +0800
with message-id <C1A860DA-21B1-465A-AF5E-827502A03121 <at> ultrarare.space>
and subject line Re: [bug#57637] [PATCH] gnu: Add font-monocraft.
has caused the debbugs.gnu.org bug report #57637,
regarding [PATCH] gnu: Add font-monocraft.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
57637: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57637
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Oops, I didn't realize that!
Thank you for the explanation~ (^^)
This bug report was last modified 2 years and 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.