guix-commits
[Top][All Lists]
Advanced

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

69/93: gnu: Add texlive-resumemac.


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

ngz pushed a commit to branch master
in repository guix.

commit 6c56c94be3de94c8c5861cc42bf37c4df37718b3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:03:44 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a03fafbffb..98eca36ba2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3579,6 +3579,23 @@ operations.  The hidden aim is to build a personnal 
collection of exercises
 with different data for each pupil.")
     (license license:lppl1.3+)))
 
+(define-public texlive-resumemac
+  (package
+    (name "texlive-resumemac")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/plain/resumemac/"
+                   "tex/plain/resumemac/")
+             (base32
+              "0q6ngs2inzk2nk9f06s9w9q2qhx71dw7nflmrc9hzx9w0pinw830")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/resumemac";)
+    (synopsis "Plain TeX macros for resumes")
+    (description "This package provides a set of macros for resumes.")
+    (license license:public-domain)))
+
 (define-public texlive-tex
   (package
     (name "texlive-tex")



reply via email to

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