From fa6bfaf412b35e6cbabd6c14a37a4836678f066d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 14 Aug 2023 10:12:02 +0200 Subject: [PATCH] gnu: Add texlive-pst-barcode. * gnu/packages/tex.scm (texlive-pst-barcode): New variable. --- gnu/packages/tex.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index ddb93593cd..05bbc433fc 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -32490,6 +32490,30 @@ a comma-delimited file. Several types of bar charts may be drawn, and the drawing parameters are highly customizable.") (license license:lppl))) +(define-public texlive-pst-barcode + (package + (name "texlive-pst-barcode") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/generic/pst-barcode/" + "dvips/pst-barcode/" + "tex/generic/pst-barcode/" + "tex/latex/pst-barcode/") + (base32 + "10990hhhj961rizfffplx8v3rhnv7knm8nz2zd1aqp686fr3fkgv"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/pst-barcode") + (synopsis "Print barcodes using PostScript") + (description + "The @code{pst-barcode} package allows printing of barcodes, in a huge +variety of formats, including quick-response (QR) codes. As a PSTricks +package, the package requires pstricks. The package uses @code{PostScript} +for calculating the bars. For PDF output use a multi-pass mechansism such as +@code{pst-pdf}.") + (license license:lppl))) + (define-public texlive-pst-text (package (name "texlive-pst-text")