guix-commits
[Top][All Lists]
Advanced

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

89/111: gnu: Add texlive-pst-soroban.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-pst-soroban.
    
    * gnu/packages/tex.scm (texlive-pst-soroban): 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 8d5dbc3b87..b6e6bf451b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34061,6 +34061,26 @@ large palette of colors;
 @end itemize")
     (license license:lppl1.3+)))
 
+(define-public texlive-pst-soroban
+  (package
+    (name "texlive-pst-soroban")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/pst-soroban/"
+                   "source/generic/pst-soroban/"
+                   "tex/latex/pst-soroban/")
+             (base32
+              "1cpmqgaj1h2dh3acypm9xkjinmlw9wd40n1s2vdab5ascvprbr6n")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pst-soroban";)
+    (synopsis "Draw a soroban using PSTricks")
+    (description
+     "The package uses PSTricks to draw a Japanese abacus, or soroban.  The
+soroban is still used in Japan today.")
+    (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]