mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: Add texlive-gitinfo2.
* gnu/packages/tex.scm (texlive-gitinfo2): New variable.
This commit is contained in:
parent
34574c9d0f
commit
7349a4e55e
1 changed files with 20 additions and 0 deletions
|
@ -83540,6 +83540,26 @@ (define-public texlive-gitinfo
|
|||
@code{gitinfo2}.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-gitinfo2
|
||||
(package
|
||||
(name "texlive-gitinfo2")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/gitinfo2/" "tex/latex/gitinfo2/")
|
||||
(base32
|
||||
"0bbzxb4p4nh7hyrh1888srbh3w9ncyj09jsq0q5yfscn6gbx8gx3")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/gitinfo2")
|
||||
(synopsis
|
||||
"Access metadata from the Git distributed version control system")
|
||||
(description
|
||||
"The package makes it possible to incorporate git version control metadata
|
||||
into documents. For @code{memoir} users, the package provides the means to
|
||||
tailor page headers and footers to use the metadata.")
|
||||
(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