guix-commits
[Top][All Lists]
Advanced

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

39/51: gnu: Add texlive-quran-bn.


From: guix-commits
Subject: 39/51: gnu: Add texlive-quran-bn.
Date: Tue, 15 Aug 2023 05:36:09 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit afe8c44082f4219a65abe2e9affa647637909e33
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 11:09:47 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6ca74a4166..b51490d3b8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -17981,6 +17981,24 @@ designed to help users generate circuits.")
 drawing quantum circuit diagrams.")
     (license license:cc-by4.0)))
 
+(define-public texlive-quran-bn
+  (package
+    (name "texlive-quran-bn")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/quran-bn/" "tex/latex/quran-bn/")
+             (base32
+              "1zlm02drh9qfasxf0bwhvrmp521ixzys2aqq896339grkzay0g6q")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/quran-bn";)
+    (synopsis "Bengali translations to the @code{quran} package")
+    (description
+     "The package is prepared for typesetting some Bengali translations of the
+Holy Quran.  It adds two Bengali translations to the @code{quran} package.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-quran-de
   (package
     (name "texlive-quran-de")



reply via email to

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