mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-simplecv.
* gnu/packages/tex.scm (texlive-simplecv): New variable.
This commit is contained in:
parent
bed97f4edc
commit
a4f317a174
1 changed files with 20 additions and 0 deletions
|
@ -95695,6 +95695,26 @@ (define-public texlive-simplecd
|
|||
things may be placed.")
|
||||
(license license:lppl1.2+)))
|
||||
|
||||
(define-public texlive-simplecv
|
||||
(package
|
||||
(name "texlive-simplecv")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/simplecv/"
|
||||
"source/latex/simplecv/"
|
||||
"tex/latex/simplecv/")
|
||||
(base32
|
||||
"03clih4gy6isd2p0xg75w19d4l8zx1d9c2i46idfh8wzcqzr35mj")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/simplecv")
|
||||
(synopsis "Simple class for writing curricula vitae")
|
||||
(description
|
||||
"This package provides a derivative of the CV class available to LyX users
|
||||
(renamed to avoid the existing @code{cv} package).")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue