andreas pushed a commit to branch master
in repository guix.

commit 9f53ed3a38b2327dcbb112ceccdcd211d3a17f35
Author: Lee Thompson <lee.p.th...@gmail.com>
AuthorDate: Wed Apr 30 15:47:10 2025 +0200

    gnu: Add font-apl333.
    
    * gnu/packages/apl.scm (font-apl333): New variable.
    
    Change-Id: I0d7ed2f1a66528fa0823640824c5e70bbf35c912
    Signed-off-by: Andreas Enge <andr...@enge.fr>
---
 gnu/packages/apl.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/apl.scm b/gnu/packages/apl.scm
index beb8121805..5d159a90ef 100644
--- a/gnu/packages/apl.scm
+++ b/gnu/packages/apl.scm
@@ -127,6 +127,25 @@ including both uppercase and lowercase underscored 
alphabets, as-of-yet unused
 symbols, and almost all Latin-1 accented letters.")
       (license license:unlicense))))
 
+(define-public font-apl333
+  (package
+    (name "font-apl333")
+    ;; Version number as for apl-385, last modified 2013-04-20.
+    (version "20130420")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://apl385.com/fonts/"; "apl333.zip"))
+       (sha256
+        (base32 "0yn0ha7d14vp4ma3lxbc9kpyrn20m7brjisr6w55c9mi24w9v3a5"))))
+    (build-system font-build-system)
+    (home-page "https://apl385.com/fonts/index.htm";)
+    (synopsis "Variable-width APL font inspired by Comic Sans Serif")
+    (description
+     "Variable-width version of Adrian Smith's APL385 font developed with APL
+software vendors in the late 1980s.")
+    (license license:public-domain)))
+
 (define-public font-apl385
   (package
     (name "font-apl385")

Reply via email to