gnu: Add texlive-featpost.

* gnu/packages/tex.scm (texlive-featpost): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 11:09:38 +02:00
parent 09e0b7fff5
commit 22f03ba5c6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5131,6 +5131,26 @@ (define-public texlive-exteps
any post processing of the MetaPost output.")
(license license:gpl3+)))
(define-public texlive-featpost
(package
(name "texlive-featpost")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/metapost/featpost/"
"metapost/featpost/")
(base32
"0a97syvr3vwpayhasb98ssvgwr99p13plrjnqb9ad24jd6srmmdg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/featpost")
(synopsis "MetaPost macros for 3D")
(description
"These macros allow the production of three-dimensional schemes
containing angles, circles, cylinders, cones and spheres, among other
things.")
(license license:gpl3+)))
(define-public texlive-filemod
(package
(name "texlive-filemod")