me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-greenpoint.

* gnu/packages/tex.scm (texlive-greenpoint): New variable.
Nicolas Goaziou 2023-08-21 12:23:32 +02:00
parent 820ba95c73
commit 1bef429b17
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -13494,6 +13494,29 @@ The package also provides an interface to control various settings including
algorithm parameters.")
(license license:expat)))
(define-public texlive-greenpoint
(package
(name "texlive-greenpoint")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/greenpoint/"
"fonts/source/public/greenpoint/"
"fonts/tfm/public/greenpoint/")
(base32
"1y5an7lgx975ppb8s1abx494s4m115k137f82hy08iwdx9l1plj5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/greenpoint")
(synopsis "Green Point logo")
(description
"This package provides a Metafont-implementation of the logo commonly
known as @emph{Der Grune Punkt} (``The Green Point''). In Austria, it can be
found on nearly every bottle. It should not be confused with the Recycle
logo.")
(license license:gpl3+)))
(define-public texlive-gregoriotex
(package
(name "texlive-gregoriotex")