From 321b8e85aa325cd5d4d11c08e53502c1eb0f7d7b Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 29 Aug 2023 16:05:45 +0200 Subject: gnu: Add texlive-zwgetfdate. * gnu/packages/tex.scm (texlive-zwgetfdate): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gnu/packages/tex.scm') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 81f43c3e27..5189f458a4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -100866,6 +100866,26 @@ (define-public texlive-zref-vario some (scoped) setup for @code{varioref}, then calls the original one.") (license license:lppl1.3c))) +(define-public texlive-zwgetfdate + (package + (name "texlive-zwgetfdate") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/zwgetfdate/" + "tex/latex/zwgetfdate/") + (base32 + "1qkipas5qrrxvjvm08fws45vfqg87qz3x4ghpgcmipd91ydcaxc3"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/zwgetfdate") + (synopsis "Get package or file date") + (description + "The package can fetch the date declaration of packages and files used by +a document, and then provide the information in macros. The facilities +provide a means of obtaining the date of a package being documented.") + (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 -- cgit v1.2.3