gnu: Add texlive-upca.

* gnu/packages/tex.scm (texlive-upca): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-20 11:08:54 +02:00
parent b3d4aea7fa
commit f59fe570ef
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3944,6 +3944,24 @@ (define-public texlive-trigonometry
analytical expansion of sin and cos.")
(license license:knuth)))
(define-public texlive-upca
(package
(name "texlive-upca")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/upca/" "tex/generic/upca/")
(base32
"0miqn29dln9c2nlvcivsq7ciyb70ffk16v7dmzfn976xnvfsjbiw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/upca")
(synopsis "Print UPC-A barcodes")
(description
"The package defines a single macro @code{\\upca}, to print UPC-A
barcodes.")
(license license:lppl)))
(define-public texlive-lcdftypetools
(package
(name "texlive-lcdftypetools")