gnu: Add texlive-postage.

* gnu/packages/tex.scm (texlive-postage): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 09:20:37 +02:00
parent 5c9ba593c6
commit bbb493cee5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3417,6 +3417,27 @@ (define-public texlive-pmgraph
styles.")
(license license:gpl3+)))
(define-public texlive-postage
(package
(name "texlive-postage")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/postage/" "source/latex/postage/"
"tex/latex/postage/")
(base32
"1sa9fm5hh57p0srnrd98jljj6200hnl17pmhw2v5q7jjgqj1n5gq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/postage")
(synopsis "Stamp letters with Deutsche Post's service Internetmarke")
(description
"The postage package is used for franking letters with Deutsche Post's
online postage service Internetmarke. Note that in order to print valid
stamps you must point to a valid PDF of Deutsche Post's Ausdruck
4-spaltig (DIN A4).")
(license license:lppl1.3c)))
(define-public texlive-amiri
(package
(name "texlive-amiri")