guix-commits
[Top][All Lists]
Advanced

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

28/47: gnu: Add texlive-othello.


From: guix-commits
Subject: 28/47: gnu: Add texlive-othello.
Date: Thu, 17 Aug 2023 09:52:36 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5add29a6e95539535e068b9b7b3942528ff5042c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:20:01 2023 +0200

    gnu: Add texlive-othello.
    
    * gnu/packages/tex.scm (texlive-othello): 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 3f6d0e8215..72f95f0436 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11363,6 +11363,28 @@ working with the source code painless (well, less 
painful).  A variety of
 stylistic variants are available to suit personal taste.")
     (license license:lppl1.3+)))
 
+(define-public texlive-othello
+  (package
+    (name "texlive-othello")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/othello/"
+                   "fonts/source/public/othello/"
+                   "fonts/tfm/public/othello/"
+                   "tex/latex/othello/")
+             (base32
+              "0ijb2giry6bjvx6ll51n9c8fqy1kmwgrwvrg21mxnj9xc4gkdjrh")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (native-inputs (list texlive-metafont))
+    (home-page "https://ctan.org/pkg/othello";)
+    (synopsis "Create othello boards")
+    (description
+     "This package can be used to create othello boards.  It includes also
+fonts, as Metafont source.")
+    (license license:gpl3+)))
+
 (define-public texlive-otibet
   (package
     (name "texlive-otibet")



reply via email to

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