mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add texlive-svn.
* gnu/packages/tex.scm (texlive-svn): New variable.
This commit is contained in:
parent
5432903137
commit
63aa5ad665
1 changed files with 20 additions and 0 deletions
|
@ -96851,6 +96851,26 @@ (define-public texlive-svgcolor
|
|||
names for use with both the @code{color} and PSTricks packages.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-svn
|
||||
(package
|
||||
(name "texlive-svn")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/svn/" "source/latex/svn/"
|
||||
"tex/latex/svn/")
|
||||
(base32
|
||||
"1q4l4vhvkzkv5bsbp11vfmqxf407l4y4s8840qva7nc7cwvc3n7b")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/svn")
|
||||
(synopsis "Typeset Subversion keywords")
|
||||
(description
|
||||
"The @code{svn} package lets you typeset (in LaTeX) the value of Subversion
|
||||
keywords. It is approximately an equivalent to the @code{rcs} package, but
|
||||
for Subversion rather than CVS.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue