gnu: Add texlive-enigma.

* gnu/packages/tex.scm (texlive-enigma): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 14:32:52 +02:00
parent 8f0c88467e
commit b56f210fb7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9058,6 +9058,29 @@ (define-public texlive-emojicite
(description "This package adds emojis to citations.")
(license license:lppl1.3c)))
(define-public texlive-enigma
(package
(name "texlive-enigma")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/context/third/enigma/enigma/"
"scripts/context/lua/third/enigma/mtx-t-enigma.lua/"
"tex/context/third/enigma/t-enigma.mkv/"
"tex/generic/enigma/"
"tex/latex/enigma/"
"tex/plain/enigma/")
(base32
"1rnp2c903bfgq0gqshaccd1zxcb0zpbk2sh7w3lwynpp0zx8d435")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/enigma")
(synopsis "Encrypt documents with a three rotor Enigma")
(description
"The package provides historical encryption (Enigma cipher) for
LuaTeX-based formats.")
(license license:bsd-2)))
(define-public texlive-ae
(package
(name "texlive-ae")