me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-getfiledate.

* gnu/packages/tex.scm (texlive-getfiledate): New variable.
master
Nicolas Goaziou 2023-08-29 15:51:15 +02:00
parent 18fdf53d21
commit 95f33c2b8d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -83407,6 +83407,26 @@ Note that the package has been designed to work in conjunction with
@file{units.sty}.") @file{units.sty}.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-getfiledate
(package
(name "texlive-getfiledate")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/getfiledate/"
"tex/latex/getfiledate/")
(base32
"0m1fz3g2xxwballmka3qvc58wkgzbn9srvn3w4ij79pnffk89l6r")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/getfiledate")
(synopsis "Find the date of last modification of a file")
(description
"The package fetches from the system the date of last modification or opening
of an existing file, using the function @code{\\pdffilemoddate}; the user may
specify how the date is to be presented.")
(license license:lppl)))
;;; ;;;
;;; 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