guix-commits
[Top][All Lists]
Advanced

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

02/27: gnu: Add r-askpass.


From: guix-commits
Subject: 02/27: gnu: Add r-askpass.
Date: Mon, 28 Jan 2019 10:27:41 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9d3a46721423488d7294fbedaccff3dcc34d7854
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 16:12:06 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 76314ff..1040444 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -108,6 +108,27 @@ interrupts and timeouts.  This provides the basis for a 
sandboxing
 mechanism.")
     (license license:expat)))
 
+(define-public r-askpass
+  (package
+    (name "r-askpass")
+    (version "1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "askpass" version))
+       (sha256
+        (base32
+         "07q0ik8jzk44vpwh48rr3fnpd7dzsdhjjsl4l850rffv3dyq4h6v"))))
+    (build-system r-build-system)
+    (propagated-inputs `(("r-sys" ,r-sys)))
+    (home-page "https://github.com/jeroen/askpass";)
+    (synopsis "Safe password entry for R")
+    (description
+     "This package provides cross-platform utilities for prompting the user
+for credentials or a passphrase, for example to authenticate with a server or
+read a protected key.")
+    (license license:expat)))
+
 (define-public r-vegan
   (package
     (name "r-vegan")



reply via email to

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