mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-rcsinfo.
* gnu/packages/tex.scm (texlive-rcsinfo): New variable.
This commit is contained in:
parent
7d5ff29c77
commit
8ab479258c
1 changed files with 20 additions and 0 deletions
|
@ -93601,6 +93601,26 @@ (define-public texlive-rcs-multi
|
|||
multiple TeX files.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-rcsinfo
|
||||
(package
|
||||
(name "texlive-rcsinfo")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/rcsinfo/" "source/latex/rcsinfo/"
|
||||
"tex/latex/rcsinfo/")
|
||||
(base32
|
||||
"0q0d961vqj7kmzmf07zssq6wwwj7zjdhl3a9yi53slhfjar4y8zz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/rcsinfo")
|
||||
(synopsis "Support for the revision control system")
|
||||
(description
|
||||
"This package provides a package to extract @acronym{RCS, Revision Control
|
||||
System} information and use it in a LaTeX document. For users of LaTeX2HTML,
|
||||
@file{rcsinfo.perl} is included.")
|
||||
(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