guix-commits
[Top][All Lists]
Advanced

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

76/296: gnu: Add texlive-gfdl.


From: guix-commits
Subject: 76/296: gnu: Add texlive-gfdl.
Date: Thu, 24 Aug 2023 05:20:05 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a209a8c0607b0b019e098fbf7001a5b4d9903434
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:41:28 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 845ec62774..56ef99a429 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14589,6 +14589,29 @@ presentation standards required by the @emph{Cahiers 
du GERAD} series.")
 of the History Faculty of the University of Freiburg (Germany).")
     (license license:lppl)))
 
+(define-public texlive-gfdl
+  (package
+    (name "texlive-gfdl")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/gfdl/" "source/latex/gfdl/"
+                   "tex/latex/gfdl/")
+             (base32
+              "1yiyhks3097sz686sar1jnkska669hp7v2sv1fm7n0d4j00zm816")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/gfdl";)
+    (synopsis "Support for using GFDL in LaTeX")
+    (description
+     "The @acronym{GFDL, GNU Free Documentation License} is a popular license
+used for programming manuals, documentations and various other textual works
+too, but using this license with LaTeX is not very convenient.  This package
+aims to help users in easily using the license without violating any rules of
+the license.  With a handful of commands, users can rest assured that their
+document will be perfectly licensed under GFDL.")
+    (license (list license:gpl3+ license:fdl1.3+))))
+
 (define-public texlive-gfsartemisia
   (package
     (name "texlive-gfsartemisia")



reply via email to

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