guix-commits
[Top][All Lists]
Advanced

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

53/243: gnu: Add texlive-metapost-examples.


From: guix-commits
Subject: 53/243: gnu: Add texlive-metapost-examples.
Date: Fri, 11 Aug 2023 08:45:37 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7bdb060372571e54ca28a4274d3178128f17b45a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:22:42 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index dc82ebd3ae..4876153c1b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5253,6 +5253,25 @@ designing fonts, but does offer advice about 
understanding errors in other
 people's fonts.")
     (license license:public-domain)))
 
+(define-public texlive-metapost-examples
+  (package
+    (name "texlive-metapost-examples")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/metapost/metapost-examples/")
+             (base32
+              "1rslyjnw27b5br17cbf6mjjkcgyr49yav4kw12spm3vdwyzb7gxr")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/metapost-examples";)
+    (synopsis "Example drawings using MetaPost")
+    (description
+     "This package provides a few (hundred) example pictures drawn with 
MetaPost,
+ranging from very simple (lines and circles) to rather intricate (uncommon
+geometric transformations, fractals, bitmap, etc).")
+    (license license:gpl1+)))
+
 (define-public texlive-mgltex
   (package
     (name "texlive-mgltex")



reply via email to

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