mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add texlive-svn-prov.
* gnu/packages/tex.scm (texlive-svn-prov): New variable.
This commit is contained in:
parent
75ce154dd6
commit
38bef53c0b
1 changed files with 21 additions and 0 deletions
|
@ -4210,6 +4210,27 @@ (define-public texlive-stringenc
|
|||
string between different encodings. Both LaTeX and plain-TeX are supported.")
|
||||
(license license:lppl1.3c+)))
|
||||
|
||||
(define-public texlive-svn-prov
|
||||
(package
|
||||
(name "texlive-svn-prov")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/svn-prov/" "source/latex/svn-prov/"
|
||||
"tex/latex/svn-prov/")
|
||||
(base32
|
||||
"1w416cf1yb1m2j9y38002zq6rbhbmkafi7w100y9m9lrzya0ws06")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/svn-prov")
|
||||
(synopsis "Subversion variants of @code{\\Provides}... macros")
|
||||
(description
|
||||
"The package introduces Subversion variants of the standard LaTeX macros
|
||||
@code{\\ProvidesPackage}, @code{\\ProvidesClass} and @code{\\ProvidesFile}
|
||||
where the file name and date is extracted from Subversion Id keywords. The
|
||||
file name may also be given explicitly as an optional argument.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-l3build
|
||||
(let ((template (simple-texlive-package
|
||||
"texlive-l3build"
|
||||
|
|
Loading…
Reference in a new issue