[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
237/306: gnu: Add texlive-pigpen.
From: |
guix-commits |
Subject: |
237/306: gnu: Add texlive-pigpen. |
Date: |
Mon, 21 Aug 2023 10:36:45 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 41ebbdc6c035f8661daaf68e5c9cb9cf7974ad6f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:51:41 2023 +0200
gnu: Add texlive-pigpen.
* gnu/packages/tex.scm (texlive-pigpen): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 16e517c486..13b732bd4e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -21118,6 +21118,32 @@ project. When used, it draws a small 2 octaves piano
keyboard on your
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")
- 277/306: gnu: Add texlive-tapir., (continued)
- 277/306: gnu: Add texlive-tapir., guix-commits, 2023/08/21
- 279/306: gnu: Add texlive-tengwarscript., guix-commits, 2023/08/21
- 284/306: gnu: Add texlive-theanooldstyle., guix-commits, 2023/08/21
- 293/306: gnu: Add texlive-universa., guix-commits, 2023/08/21
- 294/306: gnu: Add texlive-universalis., guix-commits, 2023/08/21
- 297/306: gnu: Add texlive-venturisadf., guix-commits, 2023/08/21
- 300/306: gnu: Add texlive-yfonts., guix-commits, 2023/08/21
- 301/306: gnu: Add texlive-yfonts-otf., guix-commits, 2023/08/21
- 298/306: gnu: Add texlive-wsuipa., guix-commits, 2023/08/21
- 303/306: gnu: Add texlive-yinit-otf., guix-commits, 2023/08/21
- 237/306: gnu: Add texlive-pigpen.,
guix-commits <=
- 243/306: gnu: Add texlive-prodint., guix-commits, 2023/08/21
- 247/306: gnu: Add texlive-pxtxalfa., guix-commits, 2023/08/21
- 250/306: gnu: Add texlive-raleway., guix-commits, 2023/08/21
- 271/306: gnu: Add texlive-fonttable., guix-commits, 2023/08/21
- 282/306: gnu: Add texlive-theanodidot., guix-commits, 2023/08/21
- 286/306: gnu: Add texlive-tpslifonts., guix-commits, 2023/08/21
- 291/306: gnu: Add texlive-typicons., guix-commits, 2023/08/21
- 304/306: gnu: Add texlive-zlmtt., guix-commits, 2023/08/21