gnu: Add texlive-attachfile2.

* gnu/packages/tex.scm (texlive-attachfile2): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 16:04:40 +02:00
parent 404c4259d1
commit 6902250a94
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2346,6 +2346,33 @@ (define-public texlive-attachfile
customize their appearance in the enclosing document.")
(license license:lppl1.3+)))
(define-public texlive-attachfile2
(package
(name "texlive-attachfile2")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/attachfile2/"
"doc/man/man1/pdfatfi.1"
"doc/man/man1/pdfatfi.man1.pdf"
"scripts/attachfile2/"
"source/latex/attachfile2/"
"tex/latex/attachfile2/")
(base32
"14glnfyp58ka78l5kc09mc96km7jd77qvsby0p8dpjhvwf6qfzg8")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "pdfatfi.pl")))
(inputs (list perl))
(home-page "https://ctan.org/pkg/attachfile2")
(synopsis "Attach files into PDF")
(description
"This package can be used to attach files to a PDF document. It is
a further development of Scott Pakin's package @code{attachfile} for pdfTeX.
Apart from bug fixes, this package adds support for dvips, some new options,
and gets and writes meta information data about the attached files.")
(license license:lppl1.3c)))
(define-public texlive-atveryend
(package
(name "texlive-atveryend")