gnu: Add texlive-cooking-units.

* gnu/packages/tex.scm (texlive-cooking-units): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:46:43 +02:00
parent a63615d8f7
commit f2d4a14f29
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -77082,6 +77082,27 @@ (define-public texlive-cooking
German cookery book.")
(license license:gpl3+)))
(define-public texlive-cooking-units
(package
(name "texlive-cooking-units")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cooking-units/"
"source/latex/cooking-units/"
"tex/latex/cooking-units/")
(base32
"0i8h804gpdpi4ax60hm2fr54dcqfawkzjg64xj9za74zw24ga90v")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cooking-units")
(synopsis "Typeset and convert units for cookery books and recipes")
(description
"The package provides commands to typeset amounts and units consistently and
offers an easy-to-use key-value syntax to convert one unit into another (for
example @samp{dag} to @samp{g}).")
(license license:lppl1.3c)))
;;;
;;; 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