guix-commits
[Top][All Lists]
Advanced

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

31/111: gnu: Add texlive-pst-dbicons.


From: guix-commits
Subject: 31/111: gnu: Add texlive-pst-dbicons.
Date: Mon, 14 Aug 2023 05:04:34 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bde8219ef80f4158ee9ffd586e078016658141f9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:14:49 2023 +0200

    gnu: Add texlive-pst-dbicons.
    
    * gnu/packages/tex.scm (texlive-pst-dbicons): 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 a834ce48ba..4a7769e14c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32758,6 +32758,28 @@ series.")
 Optional arguments are the unit and the fontsize.")
     (license license:lppl)))
 
+(define-public texlive-pst-dbicons
+  (package
+    (name "texlive-pst-dbicons")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/pst-dbicons/"
+                   "source/generic/pst-dbicons/"
+                   "tex/latex/pst-dbicons/")
+             (base32
+              "0pzfahir5vvxw28095myqppfpyik7agzncm9vm42gvldw45byr4q")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pst-dbicons";)
+    (synopsis "Support for drawing ER diagrams")
+    (description
+     "The package provides some useful macros in the database area.  The
+package focusses on typesetting ER-Diagrams in a declarative style, i.e., by
+positioning some nodes and defining the position of all other nodes relative
+to them by using the standard database terminology.")
+    (license license:lppl)))
+
 (define-public texlive-pst-text
   (package
     (name "texlive-pst-text")



reply via email to

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