gnu: Add texlive-menucard.

* gnu/packages/tex.scm (texlive-menucard): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:55:26 +02:00
parent ddca1faaf9
commit bd63610f93
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -88658,6 +88658,25 @@ (define-public texlive-menu
through a program's menu.")
(license license:lppl)))
(define-public texlive-menucard
(package
(name "texlive-menucard")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/menucard/"
"source/latex/menucard/"
"tex/latex/menucard/")
(base32
"01n1n4yamx6z1bs2drqqr7sjbarans1llqlkyaisxcrbv9hn47sa")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/menucard")
(synopsis "Typesetting menu cards with LaTeX")
(description
"This LaTeX package can be used for typesetting simple restaurant menus.")
(license license:lppl1.3+)))
;;;
;;; 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