me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-postage.

* gnu/packages/tex.scm (texlive-postage): New variable.
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
1 changed files with 21 additions and 0 deletions

View File

@ -3417,6 +3417,27 @@ environment, including a wider range of vectors, and a lot more box frame
styles.") styles.")
(license license:gpl3+))) (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 (define-public texlive-amiri
(package (package
(name "texlive-amiri") (name "texlive-amiri")