ngz pushed a commit to branch master
in repository guix.
commit bb3e507c95bdea503f8d8888d2e1b2f183851292
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:32:42 2023 +0200
gnu: Add texlive-pst-shell.
* gnu/packages/tex.scm (texlive-pst-shell): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index eb0dac6f12..7734d212fb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33925,6 +33925,29 @@ inner surface of the ribbon may be set. In the case
of circular and conical
helices, one may also choose the number of ribbons.")
(license license:lppl)))
+(define-public texlive-pst-shell
+ (package
+ (name "texlive-pst-shell")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-shell/" "dvips/pst-shell/"
+ "source/generic/pst-shell/"
+ "tex/generic/pst-shell/"
+ "tex/latex/pst-shell/")
+ (base32
+ "18w5csarnjv3ws554vjw2zlmpc5mcd03fc8fircv0pbxxl53l11r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-shell")
+ (synopsis "Plotting sea shells")
+ (description
+ "@code{pst-shell} is a PSTricks related package to draw seashells in 3D
+view: Argonauta, Epiteonium, Lyria, Turritella, Tonna, Achatina, Oxystele,
+Conus, Ammonite, Codakia, Escalaria, Helcion, Natalina, Planorbis, and
+Nautilus, all with different parameters.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")