gnu: Add texlive-dirtree.

* gnu/packages/tex.scm (texlive-dirtree): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-20 10:46:23 +02:00
parent d7156e3d43
commit 9aeddf892a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1517,6 +1517,28 @@ (define-public texlive-dinat
parts 2 and 3.")
(license license:public-domain)))
(define-public texlive-dirtree
(package
(name "texlive-dirtree")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/dirtree/"
"source/generic/dirtree/"
"tex/generic/dirtree/")
(base32
"1righlip75ry0yc6kbpijq423k4m625byzgb55d32s7c0imvj41v")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dirtree")
(synopsis "Display trees in the style of Windows Explorer")
(description
"This package is designed to emulate the way Windows Explorer displays
directory and file trees, with the root at top left, and each level of subtree
displaying one step in to the right. The macros work equally well with Plain
TeX and with LaTeX.")
(license license:lppl)))
(define-public texlive-dosepsbin
(package
(name "texlive-dosepsbin")