guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/25: gnu: Add texlive-alkalami.


From: guix-commits
Subject: 01/25: gnu: Add texlive-alkalami.
Date: Tue, 15 Aug 2023 13:44:17 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b24349486440e14d1558e168c2be6297d00bbf90
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 19:09:02 2023 +0200

    gnu: Add texlive-alkalami.
    
    * gnu/packages/tex.scm (texlive-alkalami): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7a0a3a8606..570ef72696 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1669,6 +1669,25 @@ text which spans over multiple lines.")
 math environments.")
     (license license:lppl1.3c)))
 
+(define-public texlive-alkalami
+  (package
+    (name "texlive-alkalami")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/alkalami/"
+                   "fonts/truetype/public/alkalami/")
+             (base32
+              "0979xhsjar0gwjp9yqp0kaf4gp4z715gr2kdb8dkqg8zzlkqhgzk")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/alkalami";)
+    (synopsis "Font for Arabic-based writing systems in Nigeria and Niger")
+    (description
+     "This font is designed for Arabic-based writing systems in the Kano
+region of Nigeria and Niger.")
+    (license license:silofl1.1)))
+
 (define-public texlive-amscdx
   (package
     (name "texlive-amscdx")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]