gnu: Add texlive-scanpages.

* gnu/packages/tex.scm (texlive-scanpages): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:00:21 +02:00
parent 03d59679f3
commit 15697b794e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -94634,6 +94634,28 @@ (define-public texlive-scalerel
general appearance.")
(license license:lppl1.3+)))
(define-public texlive-scanpages
(package
(name "texlive-scanpages")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/scanpages/"
"fonts/map/dvips/scanpages/"
"fonts/tfm/public/scanpages/"
"fonts/type1/public/scanpages/"
"tex/latex/scanpages/")
(base32
"1a94fvacp5hqkz5f0wkshhjlnv97b2nqvm49fc93hylkgvi9pqym")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/scanpages")
(synopsis "Support importing and embellishing scanned documents")
(description
"The bundle provides support for the process of creating documents based on
pre-TeX-era material that is available as scanned pages, only.")
(license license:lppl1.3+)))
;;;
;;; 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