guix-commits
[Top][All Lists]
Advanced

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

47/111: gnu: Add texlive-pst-geometrictools.


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

ngz pushed a commit to branch master
in repository guix.

commit 1145096d45fac35eb14e94f9f7388f7e17cb739f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:20:44 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c053406408..57a5457b07 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33131,6 +33131,26 @@ A Perl script is provided for the user to do the 
decompression, if the need
 should arise.")
     (license license:lppl)))
 
+(define-public texlive-pst-geometrictools
+  (package
+    (name "texlive-pst-geometrictools")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/pst-geometrictools/"
+                   "tex/generic/pst-geometrictools/"
+                   "tex/latex/pst-geometrictools/")
+             (base32
+              "14mhyjq8w3llkyjij274n5sdwbp3ak2xi6q6ggqdakgn032a7yhn")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pst-geometrictools";)
+    (synopsis "PSTricks package to draw geometric tools")
+    (description
+     "This PSTricks package facilitates the drawing of protractors, rulers,
+compasses and pencils.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-pst-text
   (package
     (name "texlive-pst-text")



reply via email to

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