gnu: Add texlive-phfsvnwatermark.

* gnu/packages/tex.scm (texlive-phfsvnwatermark): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:58:23 +02:00
parent ed7d4c7212
commit 3f2359780d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -92290,6 +92290,27 @@ (define-public texlive-phfquotetext
space preformatting.")
(license license:lppl1.3+)))
(define-public texlive-phfsvnwatermark
(package
(name "texlive-phfsvnwatermark")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/phfsvnwatermark/"
"source/latex/phfsvnwatermark/"
"tex/latex/phfsvnwatermark/")
(base32
"0q8ylfraz8c20x665aacgjzz1sx7ykp7wg0ygxv2q3z2cniqgr3z")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/phfsvnwatermark")
(synopsis "Watermarks with version control information from SVN")
(description
"This package allows you to add version control information as a gray
watermark on each page of your document. The SVN info is read from keyword
tags such as @code{$Id$}, via the @code{svn} or @code{svn-multi} packages.")
(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