me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ogham.

* gnu/packages/tex.scm (texlive-ogham): New variable.
Nicolas Goaziou 2023-08-21 12:48:03 +02:00
parent 7b5140e874
commit 0d4942aa3e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -20147,6 +20147,28 @@ mid-document.")
;; without limitation."
(license (license:fsf-free "file://doc/fonts/ocr-b-outline/README"))))
(define-public texlive-ogham
(package
(name "texlive-ogham")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/ogham/"
"fonts/source/public/ogham/"
"fonts/tfm/public/ogham/")
(base32
"0lk419jbg3ahgcrmffl7snbgv521fccjpsx5i0nq55cs9vrsnav1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/ogham")
(synopsis "Fonts for typesetting Ogham script")
(description
"The font provides the Ogham alphabet, which is found on a number of
Irish and Pictish carvings dating from the 4th century AD. The font is
distributed as Metafont source.")
(license license:public-domain)))
(define-public texlive-omega
(package
(name "texlive-omega")