me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-gitlog.

* gnu/packages/tex.scm (texlive-gitlog): New variable.
master
Nicolas Goaziou 2023-08-29 15:51:22 +02:00
parent 7349a4e55e
commit 938f76a9e1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -83560,6 +83560,25 @@ into documents. For @code{memoir} users, the package provides the means to
tailor page headers and footers to use the metadata.") tailor page headers and footers to use the metadata.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-gitlog
(package
(name "texlive-gitlog")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/gitlog/" "tex/latex/gitlog/")
(base32
"1fbr0jwiv9g9vifc55y17i36vmfgqlr27p17fg41mxcfcna4nxvs")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gitlog")
(synopsis "Typesetting @command{git} changelogs")
(description
"This package allows @command{git} change log history to be incorporated into
LaTeX documents; the log data is obtained from the Git distributed version
control system.")
(license license:lppl1.3+)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar