gnu: Add texlive-readablecv.

* gnu/packages/tex.scm (texlive-readablecv): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:59:28 +02:00
parent 8ab479258c
commit fdea99b673
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -93621,6 +93621,25 @@ (define-public texlive-rcsinfo
@file{rcsinfo.perl} is included.")
(license license:lppl)))
(define-public texlive-readablecv
(package
(name "texlive-readablecv")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/readablecv/"
"tex/latex/readablecv/")
(base32
"12gjcwmli04pj2cgsj2g0xw2m0vczqs7kq9zirqakbkk7nb7w4g2")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/readablecv")
(synopsis "Readable and good looking CV and letter class")
(description
"This class provides an attractive and highly readable CV which will hopefully
lead to your CV being read rather than disgarded.")
(license license:lppl1.3+)))
;;;
;;; 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