me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-envlab.

* gnu/packages/tex.scm (texlive-envlab): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:13 +02:00
parent b685f5c4d8
commit 7333f2d669
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -80625,6 +80625,26 @@ The package is currently broken, cf.@:
"This simple package prints both from and to addresses.")
(license license:lppl)))
(define-public texlive-envlab
(package
(name "texlive-envlab")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/envlab/" "source/latex/envlab/"
"tex/latex/envlab/")
(base32
"08qqvbs12b5fbx2wa86591nr6jhzh42f6y0ch06lxywpy1lgrqrb")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:build-targets #~(list "envlab.ins")))
(home-page "https://ctan.org/pkg/envlab")
(synopsis "Addresses on envelopes or mailing labels")
(description
"This LaTeX package produces mailing envelopes and labels, including barcodes
and address formatting according to the US Postal Service rules.")
(license license:lppl)))
;;;
;;; 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