gnu: Add texlive-upmethodology.

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

View file

@ -99039,6 +99039,28 @@ (define-public texlive-unravel
run TeX in a terminal.")
(license license:lppl1.3c)))
(define-public texlive-upmethodology
(package
(name "texlive-upmethodology")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/upmethodology/"
"doc/latex/upmethodology/"
"tex/latex/upmethodology/")
(base32
"1118xx6bjxj6lzqqf124r1ir0x627z0gyimdvnnscyag5n5jyqfd")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/upmethodology")
(synopsis "Writing specifications such as for UP-based methodologies")
(description
"The bundle allows the user to create Unified Process methodology (UP or RUP)
based documents. The style provides document versioning, document history,
document authors, document validators, specification description, task
management, and several helping macros.")
(license license:lgpl3)))
;;;
;;; 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