guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/20: gnu: Add r-rttf2pt1.


From: guix-commits
Subject: 01/20: gnu: Add r-rttf2pt1.
Date: Wed, 27 Mar 2019 11:17:29 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 81df4e1e98a1a2eabc23951775f42bcdac9ceeaa
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 27 15:20:12 2019 +0100

    gnu: Add r-rttf2pt1.
    
    * gnu/packages/cran.scm (r-rttf2pt1): New variable.
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 31f3d3f..88ec491 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12968,3 +12968,27 @@ see: G. Thanei, N. Meinshausen and R. Shah (2016).  
The xyz algorithm for fast
 interaction search in high-dimensional data.")
     ;; Any version of the GPL.
     (license license:gpl2+)))
+
+(define-public r-rttf2pt1
+  (package
+    (name "r-rttf2pt1")
+    (version "1.3.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "Rttf2pt1" version))
+       (sha256
+        (base32
+         "12hf9r3mhjr9sawdvf7qhjf1zph2q64f77i81jwvy7awidbm0kja"))))
+    (properties `((upstream-name . "Rttf2pt1")))
+    (build-system r-build-system)
+    (home-page "https://github.com/wch/Rttf2pt1";)
+    (synopsis "Font conversion utility")
+    (description
+     "This package contains the program @code{ttf2pt1}, for use with the
address@hidden package.")
+    ;; Most of the files are covered under the Expat license.  Some files are
+    ;; covered under BSD-3.  Deviations for individual files are recorded in
+    ;; the LICENSE file.
+    (license (list license:bsd-3 license:expat
+                   (license:non-copyleft "file://LICENSE")))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]