mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add texlive-mceinleger.
* gnu/packages/tex.scm (texlive-mceinleger): New variable.
This commit is contained in:
parent
916e1edf1f
commit
cc874cf3e8
1 changed files with 20 additions and 0 deletions
|
@ -88420,6 +88420,26 @@ (define-public texlive-mcaption
|
|||
@code{scrreprt} and @code{scrbook}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-mceinleger
|
||||
(package
|
||||
(name "texlive-mceinleger")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/mceinleger/"
|
||||
"tex/latex/mceinleger/")
|
||||
(base32
|
||||
"0fkg8hz11nl7xfg1d4w4yxc2wf2ffry0jcv48phcxsjm50hw7wv2")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/mceinleger")
|
||||
(synopsis "Creating covers for music cassettes")
|
||||
(description
|
||||
"This package provides a package for creating MC-covers on your own. It
|
||||
allows the creation of simple covers as well as covers with an additional page
|
||||
for more information about the cassette (e.g., table of contents).")
|
||||
(license license:gpl3+)))
|
||||
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue