gnu: Add texlive-akshar.

* gnu/packages/tex.scm (texlive-akshar): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 10:38:31 +02:00
parent bf950daa88
commit 9c19d33bbc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1329,6 +1329,25 @@ (define-public texlive-afm2pl
ligatures, but also offers additional control over them.")
(license license:gpl2)))
(define-public texlive-akshar
(package
(name "texlive-akshar")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/akshar/" "source/latex/akshar/"
"tex/latex/akshar/")
(base32
"17xiqalqpw64pgvmpsa41qf6y5fhg720rpbr57kv8ipvvm1fn3n5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/akshar")
(synopsis "Support for syllables in the Devanagari script")
(description
"This LaTeX3 package provides macros and interfaces to work with
Devanagari characters and syllables in a more correct way.")
(license license:lppl1.3c)))
(define-public texlive-albatross
(package
(name "texlive-albatross")