gnu: Add texlive-othello.

* gnu/packages/tex.scm (texlive-othello): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 15:20:01 +02:00
parent f5a67ac6c6
commit 5add29a6e9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11363,6 +11363,28 @@ (define-public texlive-ot-tableau
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")