mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: Add texlive-casyl.
* gnu/packages/tex.scm (texlive-casyl): New variable.
This commit is contained in:
parent
de38767e79
commit
af02797316
1 changed files with 21 additions and 0 deletions
|
@ -75329,6 +75329,27 @@ (define-public texlive-cases
|
|||
;; provided that this notice is left intact.
|
||||
(license (license:fsf-free "file://doc/latex/cases/README"))))
|
||||
|
||||
(define-public texlive-casyl
|
||||
(package
|
||||
(name "texlive-casyl")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/casyl/"
|
||||
"fonts/source/public/casyl/"
|
||||
"fonts/tfm/public/casyl/" "tex/latex/casyl/")
|
||||
(base32
|
||||
"1dxl04m0inilv4jhq4w6haw0g7hd3svyhy3g9x946xydf7zrfjg6")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(native-inputs (list texlive-metafont))
|
||||
(home-page "https://ctan.org/pkg/casyl")
|
||||
(synopsis "Typeset Cree/Inuktitut in Canadian Aboriginal syllabics")
|
||||
(description
|
||||
"The bundle constitutes a font (as Metafont source) and LaTeX macros for its
|
||||
use within a document.")
|
||||
(license license:public-domain)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue