mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-pigpen.
* gnu/packages/tex.scm (texlive-pigpen): New variable.
This commit is contained in:
parent
da6a11553f
commit
41ebbdc6c0
1 changed files with 26 additions and 0 deletions
|
@ -21118,6 +21118,32 @@ (define-public texlive-piano
|
|||
document, with up to 7 keys highlighted.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-pigpen
|
||||
(package
|
||||
(name "texlive-pigpen")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/pigpen/"
|
||||
"fonts/map/dvips/pigpen/"
|
||||
"fonts/source/public/pigpen/"
|
||||
"fonts/tfm/public/pigpen/"
|
||||
"fonts/type1/public/pigpen/"
|
||||
"tex/latex/pigpen/")
|
||||
(base32
|
||||
"0cvccvk3yhjpv9kxdzwaq8a2ql0vramlpzpd4l4my6g44k6cf2yf")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(native-inputs (list texlive-metafont))
|
||||
(home-page "https://ctan.org/pkg/pigpen")
|
||||
(synopsis "Font for the Pigpen (or masonic) cipher")
|
||||
(description
|
||||
"The Pigpen cipher package provides the font and the necessary
|
||||
wrappers (style file, etc.) in order to write Pigpen ciphers, a simple
|
||||
substitution cipher. The package provides a font (available both as Metafont
|
||||
source, and as an Adobe Type 1 file), and macros for its use.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-pinoutikz
|
||||
(package
|
||||
(name "texlive-pinoutikz")
|
||||
|
|
Loading…
Reference in a new issue