gnu: Add texlive-ctanupload.

* gnu/packages/tex.scm (texlive-ctanupload): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-16 09:57:04 +02:00
parent b193df530c
commit 6481cd3bda
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1528,6 +1528,29 @@ (define-public texlive-ctanify
incorporate it in a distribution.")
(license license:lppl1.3c)))
(define-public texlive-ctanupload
(package
(name "texlive-ctanupload")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/support/ctanupload/"
"scripts/ctanupload/")
(base32
"0w4k9sslhnpn5l90wbr7cr7pv8fhiiabasbi6l6gw3w3nrfmarh4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(arguments (list #:link-scripts #~(list "ctanupload.pl")))
(inputs (list perl))
(home-page "https://ctan.org/pkg/ctanupload")
(synopsis "Support for users uploading to CTAN")
(description
"The package provides a Perl script that allows the uploads of
a contribution to CTAN from the command line. The aim is to simplify the
release process for LaTeX package authors. Note by the CTAN
team (2015-02-05): It seems that this script is currently not working.")
(license license:gpl3)))
(define-public texlive-dvipsconfig
(package
(name "texlive-dvipsconfig")