mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: Add r-fontbitstreamvera.
* gnu/packages/cran.scm (r-fontbitstreamvera): New variable.
This commit is contained in:
parent
25408d8397
commit
0beef79e44
1 changed files with 26 additions and 0 deletions
|
@ -25911,3 +25911,29 @@ (define-public r-fontliberation
|
||||||
families (sans, serif, mono) and faces (plain, bold, italic, bold italic)
|
families (sans, serif, mono) and faces (plain, bold, italic, bold italic)
|
||||||
supported in R graphics devices.")
|
supported in R graphics devices.")
|
||||||
(license license:silofl1.1)))
|
(license license:silofl1.1)))
|
||||||
|
|
||||||
|
(define-public r-fontbitstreamvera
|
||||||
|
(package
|
||||||
|
(name "r-fontbitstreamvera")
|
||||||
|
(version "0.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "fontBitstreamVera" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0nipdlmhjv1wr3aidcl97nk6mppdkd65krgwqnhdsnv0jpfv761j"))))
|
||||||
|
(properties
|
||||||
|
`((upstream-name . "fontBitstreamVera")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://cran.r-project.org/package=fontBitstreamVera")
|
||||||
|
(synopsis "Fonts for fontquiver")
|
||||||
|
(description
|
||||||
|
"This package is a placeholder for the Bitstream Vera font. It is
|
||||||
|
intended for the fontquiver package.")
|
||||||
|
(license
|
||||||
|
(license:fsdg-compatible
|
||||||
|
"https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts"
|
||||||
|
"The Font Software may be sold as part of a larger software package but
|
||||||
|
no copy of one or more of the Font Software typefaces may be sold by
|
||||||
|
itself."))))
|
||||||
|
|
Loading…
Reference in a new issue