gnu: Add texlive-hacm.

* gnu/packages/tex.scm (texlive-hacm): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 12:24:15 +02:00
parent 5bc6cc6f41
commit 1b8ffae4df
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13804,6 +13804,30 @@ (define-public texlive-gustprog
directories.")
(license license:public-domain)))
(define-public texlive-hacm
(package
(name "texlive-hacm")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/hacm/"
"fonts/map/dvips/hacm/"
"fonts/tfm/public/hacm/"
"fonts/type1/public/hacm/"
"fonts/vf/public/hacm/"
"tex/latex/hacm/")
(base32
"19n0mlb96ix4vlqaw95fgwah7mbn80l6jm1dim8sigagmhh3bimd")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hacm")
(synopsis "Font support for the Arka language")
(description
"The package supports typesetting @emph{hacm}, the alphabet of the
constructed language Arka. The bundle provides nine official fonts, in Adobe
Type 1 format.")
(license license:lppl1.3+)))
(define-public texlive-hanoi
(package
(name "texlive-hanoi")