guix-commits
[Top][All Lists]
Advanced

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

180/243: gnu: Add texlive-termcal-de.


From: guix-commits
Subject: 180/243: gnu: Add texlive-termcal-de.
Date: Fri, 11 Aug 2023 08:46:13 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 4abf596489ecad770f2750dc017b4043af3b4873
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:03:04 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 366d9a164d..75b32af65d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16068,6 +16068,27 @@ Friedrich-Schiller-Universitat Jena,
 @end itemize")
     (license license:lppl)))
 
+(define-public texlive-termcal-de
+  (package
+    (name "texlive-termcal-de")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/termcal-de/"
+                   "source/latex/termcal-de/"
+                   "tex/latex/termcal-de/")
+             (base32
+              "0av913y88vfv0yb68xx1lrqpxd8hwx8x7zzb1qcb2d9r5ry1l8z7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/termcal-de";)
+    (synopsis "German localization for @code{termcal}")
+    (description
+     "This package provides a German localization to the @code{termcal}
+package written by Bill Mitchell, which is intended to print a term calendar
+for use in planning a class.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-tex4ht
   (package
     (name "texlive-tex4ht")



reply via email to

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