guix-commits
[Top][All Lists]
Advanced

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

73/93: gnu: Add texlive-simplekv.


From: guix-commits
Subject: 73/93: gnu: Add texlive-simplekv.
Date: Thu, 20 Jul 2023 05:21:43 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b74161bc547c944dddf84c8d282051d3f485d6c0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:04:37 2023 +0200

    gnu: Add texlive-simplekv.
    
    * gnu/packages/tex.scm (texlive-simplekv): 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 6a964cd23c..17f63c6aae 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3658,6 +3658,24 @@ a Metafont font (provided) which generates to 
appropriate shading dependent on
 the resolution used in the Metafont printer parameters.")
     (license license:lppl1.0+)))
 
+(define-public texlive-simplekv
+  (package
+    (name "texlive-simplekv")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/simplekv/"
+                   "tex/generic/simplekv/")
+             (base32
+              "0ghyb0m7hyqa10pwcza9z2wyb7010n3snpj1rdp79z8jfq5c288m")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/simplekv";)
+    (synopsis "Simple key/value system for TeX and LaTeX")
+    (description
+     "The package provides a simple key/value system for TeX and LaTeX.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-tex
   (package
     (name "texlive-tex")



reply via email to

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