gnu: Add texlive-hershey-mp.

* gnu/packages/tex.scm (texlive-hershey-mp): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 11:13:36 +02:00
parent 5a05a146de
commit 22c8a01a8d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5384,6 +5384,27 @@ (define-public texlive-gmp
including @code{\\newcommand}.")
(license license:lppl1.3+)))
(define-public texlive-hershey-mp
(package
(name "texlive-hershey-mp")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/hershey-mp/"
"metapost/hershey-mp/")
(base32
"1pbybiqh5qgj9zh0yifxm2hn25h73kz1glrv1cz9sw38h6iydlzw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hershey-mp")
(synopsis "MetaPost support for the Hershey font file format")
(description
"This package provides MetaPost support for reading jhf vector font
files, used by (mostly? only?) the so-called Hershey Fonts of the late 1960s.
The package does not include the actual font files, which you can probably
find in the software repository of your operating system.")
(license license:eupl1.2)))
(define-public texlive-ifplatform
(package
(name "texlive-ifplatform")