me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-esieecv.

* gnu/packages/tex.scm (texlive-esieecv): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:26 +02:00
parent 7014a76680
commit 17ee5e54f5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -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