ngz pushed a commit to branch master
in repository guix.
commit 81ce6c966e385833452ce662463859b7ddba3894
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:12:18 2023 +0200
gnu: Add texlive-eiad.
* gnu/packages/tex.scm (texlive-eiad): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b592a750bf..8279a9cd87 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10905,6 +10905,30 @@ editions.")
with relative ease. The facilities of PSTricks are used for graphics.")
(license license:lppl)))
+(define-public texlive-eiad
+ (package
+ (name "texlive-eiad")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/eiad/"
+ "fonts/source/public/eiad/"
+ "fonts/tfm/public/eiad/" "tex/latex/eiad/")
+ (base32
+ "0il058v1x79w5faxyalysdmfsgbxc3a1nq8kraffawpqw6wjcrbj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont texlive-sauter))
+ (home-page "https://ctan.org/pkg/eiad")
+ (synopsis "Traditional style Irish fonts")
+ (description
+ "This package provides traditional style Irish fonts, in both lower and
+upper case 32 letters are defined (18 plain ones, 5 long vowels and
+9 aspirated consonants). The ligature agus is also made available. The
+remaining characters (digits, punctuation and accents) are inherited from the
+Computer Modern family of fonts.")
+ (license license:public-domain)))
+
(define-public texlive-eledform
(package
(name "texlive-eledform")