gnu: Add texlive-bashful.

* gnu/packages/tex.scm (texlive-bashful): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:44:13 +02:00
parent 0128e2eafc
commit ea285086b8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -73522,6 +73522,26 @@ (define-public texlive-bankstatement
the terminology to suit local needs.")
(license license:lppl)))
(define-public texlive-bashful
(package
(name "texlive-bashful")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bashful/" "tex/latex/bashful/")
(base32
"08r2yvzck2gngl6sc9giridfmqsbrpdfpv5n9pkwsx0yfx0lk30c")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bashful")
(synopsis "Invoke Bash commands from within LaTeX")
(description
"The package makes it possible to execute Unix Bash shell scripts from within
LaTeX. The main application is in writing computer-science texts, in which
you want to make sure the programs listed in the document are executed
directly from the input. The package may use other shells than Bash.")
(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