me
/
guix
Archived
1
0
Fork 0

gnu: Add r-fontquiver.

* gnu/packages/cran.scm (r-fontquiver): New variable.
master
Ricardo Wurmus 2021-02-04 16:22:34 +01:00
parent 0beef79e44
commit 6b99bf8a6f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 23 additions and 0 deletions

View File

@ -25937,3 +25937,26 @@ intended for the fontquiver package.")
"The Font Software may be sold as part of a larger software package but "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 no copy of one or more of the Font Software typefaces may be sold by
itself.")))) itself."))))
(define-public r-fontquiver
(package
(name "r-fontquiver")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "fontquiver" version))
(sha256
(base32
"0qv3i9hch7cygl9983s3w68wfh5qvym2jkm52pp06p6mq8a1i1wm"))))
(properties `((upstream-name . "fontquiver")))
(build-system r-build-system)
(propagated-inputs
`(("r-fontbitstreamvera" ,r-fontbitstreamvera)
("r-fontliberation" ,r-fontliberation)))
(home-page "https://cran.r-project.org/package=fontquiver")
(synopsis "Set of installed fonts")
(description
"This package provides a set of fonts. This is useful when you want to
avoid system fonts to make sure your outputs are reproducible.")
(license license:gpl3)))