gnu: Add texlive-barracuda.

* gnu/packages/tex.scm (texlive-barracuda): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 14:23:52 +02:00
parent dcff8457b1
commit 463710da23
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14890,6 +14890,27 @@ (define-public texlive-auto-pst-pdf-lua
related code, e.g., PSTricks.")
(license license:lppl1.3c)))
(define-public texlive-barracuda
(package
(name "texlive-barracuda")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/luatex/barracuda/" "scripts/barracuda/"
"tex/luatex/barracuda/")
(base32
"1v318nbbbp2klp0rykzb3skqqw4hhj1hbliigmp3qh34iiq3wqh0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/barracuda")
(synopsis "Draw barcodes with Lua")
(description
"The Barracuda library is a modular Lua package for drawing barcode
symbols. It provides modules for writing barcodes from a LuaTeX document. It
is also possible to use Barracuda with a standalone Lua interpreter to draw
barcodes in different graphic formats like SVG.")
(license license:gpl2)))
(define-public texlive-qrcode
(package
(name "texlive-qrcode")