From f59fe570ef2c18e302523402b98afd0588a8bbd0 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 20 Jul 2023 11:08:54 +0200 Subject: gnu: Add texlive-upca. * gnu/packages/tex.scm (texlive-upca): New variable. --- gnu/packages/tex.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index ffcf909973..2f6750b7a7 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3944,6 +3944,24 @@ usable elsewhere, and demonstrates the macros. The code uses the classical 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") -- cgit v1.3