gnu: Add texlive-resumemac.
* gnu/packages/tex.scm (texlive-resumemac): New variable.
This commit is contained in:
parent
f7a4e9ca7c
commit
6c56c94be3
1 changed files with 17 additions and 0 deletions
|
@ -3579,6 +3579,23 @@ (define-public texlive-randomlist
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue