From: Konrad Hinsen <konrad.hinsen@fastmail.net>
To: 50888@debbugs.gnu.org
Subject: [bug#50888] [PATCH] gnu: Add font-julia-mono.
Date: Wed, 29 Sep 2021 16:23:44 +0200 [thread overview]
Message-ID: <m1fstnpig5.fsf@fastmail.net> (raw)
* gnu/packages/fonts.scm (font-julia-mono): New variable.
---
gnu/packages/fonts.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 23531def98..e40ec28e71 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2267,3 +2267,30 @@ road signage typefaces, adapted for on-screen display and user interfaces.
Overpass includes proportional and monospace variants.")
(license (list license:silofl1.1
license:lgpl2.1))))
+
+(define-public font-julia-mono
+ (package
+ (name "font-julia-mono")
+ (version "0.043")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/cormullion/juliamono/releases/download/"
+ "v" version "/JuliaMono-ttf.tar.gz"))
+ (sha256
+ (base32
+ "0vb7n9yqgasnxzps13ckklay5bla6b0i79pzmfqvjms1r37079gh"))))
+ (build-system font-build-system)
+ (arguments
+ `(#:phases (modify-phases %standard-phases
+ (replace 'unpack
+ (lambda* (#:key source #:allow-other-keys)
+ (mkdir "source")
+ (chdir "source")
+ (invoke "tar" "xzf" source))))))
+ (native-inputs `(("tar" ,tar)))
+ (home-page "https://juliamono.netlify.app/")
+ (synopsis "JuliaMono typeface")
+ (description "The JuliaMono font is a monospaced font with good Unicode
+coverage, in particular for the needs of scientific and technical computing.")
+ (license license:silofl1.1)))
--
2.33.0
next reply other threads:[~2021-09-29 14:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87mtn5861o.fsf@gnu.org>
2021-09-29 14:23 ` Konrad Hinsen [this message]
2021-09-29 17:41 ` [bug#50888] [PATCH] gnu: Add font-julia-mono Nicolò Balzarotti
[not found] ` <handler.50888.C.163465226832161.notifdonectrl.0@debbugs.gnu.org>
2021-10-19 17:03 ` [bug#50888] acknowledged by developer (control message for bug #50888) Konrad Hinsen
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=m1fstnpig5.fsf@fastmail.net \
--to=konrad.hinsen@fastmail.net \
--cc=50888@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.