mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: Add texlive-reverxii.
* gnu/packages/tex.scm (texlive-reverxii): New variable.
This commit is contained in:
parent
b511fdaf88
commit
357612be21
1 changed files with 22 additions and 0 deletions
|
@ -12555,6 +12555,28 @@ (define-public texlive-rest-api
|
||||||
content type and status code.")
|
content type and status code.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-reverxii
|
||||||
|
(package
|
||||||
|
(name "texlive-reverxii")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/reverxii/"
|
||||||
|
"source/generic/reverxii/"
|
||||||
|
"tex/generic/reverxii/")
|
||||||
|
(base32
|
||||||
|
"1gg8qbc8ll3n6rfp3pjshbbjd30s4n3yk219y6qcmz1nv66fp1qq")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(arguments (list #:tex-format "latex"))
|
||||||
|
(native-inputs (list (texlive-updmap.cfg)))
|
||||||
|
(home-page "https://ctan.org/pkg/reverxii")
|
||||||
|
(synopsis "Playing Reversi in TeX")
|
||||||
|
(description
|
||||||
|
"Following the lead of @file{xii.tex}, this little program plays
|
||||||
|
Reversi.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-revquantum
|
(define-public texlive-revquantum
|
||||||
(package
|
(package
|
||||||
(name "texlive-revquantum")
|
(name "texlive-revquantum")
|
||||||
|
|
Loading…
Reference in a new issue