guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/93: gnu: Add texlive-dirtree.


From: guix-commits
Subject: 16/93: gnu: Add texlive-dirtree.
Date: Thu, 20 Jul 2023 05:21:15 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9aeddf892a4133d9cf6d9d8baccc1e0186ce08af
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:46:23 2023 +0200

    gnu: Add texlive-dirtree.
    
    * gnu/packages/tex.scm (texlive-dirtree): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 31302a2a49..45af13ce50 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1517,6 +1517,28 @@ german.  They draw up bibliographies in accordance with 
the german DIN 1505,
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]