From 17ee5e54f55f1e2ade96c032fbf5c2d7825f86f7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 29 Aug 2023 15:49:26 +0200 Subject: [PATCH] gnu: Add texlive-esieecv. * gnu/packages/tex.scm (texlive-esieecv): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 036c305b6b..2d0413ab3d 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -80896,6 +80896,25 @@ specification of the point at which the value is calculated. Some typographic alternatives may be selected by package options") (license license:lppl1.0+))) +(define-public texlive-esieecv + (package + (name "texlive-esieecv") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/esieecv/" "source/latex/esieecv/" + "tex/latex/esieecv/") + (base32 + "1d3dx97q7lq5sgixki18vpgjlkgvkljbydi03r10ypnjxidrcxcf"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/esieecv") + (synopsis "Curriculum vitae for French use") + (description + "The package allows the user to set up a curriculum vitae as a French employer +will expect.") + (license license:lppl))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar