unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add shroud.
@ 2015-09-29 16:25 David Thompson
  2015-10-01  8:57 ` Ludovic Courtès
  2015-10-01 10:28 ` Ricardo Wurmus
  0 siblings, 2 replies; 3+ messages in thread
From: David Thompson @ 2015-09-29 16:25 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 60 bytes --]

A straightforward package for my password management tool.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-shroud.patch --]
[-- Type: text/x-patch, Size: 2130 bytes --]

From afb5b4ab656ef282cb01892297b99ae17581f1de Mon Sep 17 00:00:00 2001
From: David Thompson <dthompson2@worcester.edu>
Date: Tue, 29 Sep 2015 12:23:52 -0400
Subject: [PATCH] gnu: Add shroud.

* gnu/packages/password-utils.scm (shroud): New variable.
---
 gnu/packages/password-utils.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 8619f14..ff39e92 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -25,7 +25,9 @@
   #:use-module (guix packages)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages gnupg)
+  #:use-module (gnu packages guile)
   #:use-module (gnu packages qt)
+  #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xorg))
 
 (define-public pwgen
@@ -76,3 +78,29 @@ on an external storage device.  The databases are encrypted using the
 algorithms AES or Twofish.")
     ;; Non functional parts use various licences.
     (license license:gpl3)))
+
+(define-public shroud
+  (package
+    (name "shroud")
+    (version "0.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://files.dthompson.us/shroud/shroud-"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "0jrahwwlrfn1q2bxl99dv9jcvklf8lkm4dq33iv5h75vxw4l56fw"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("guile" ,guile-2.0)
+       ("gnupg" ,gnupg)
+       ("xclip" ,xclip)))
+    (synopsis "GnuPG-based secret manager")
+    (description "Shroud is a simple secret manager with a command line
+interface.  The password database is stored as a Scheme s-expression and
+encrypted with a GnuPG key.  Secrets consist of an arbitrary number of
+key/value pairs, making Shroud suitable for more than just password storage.
+For copying and pasting secrets into web browsers and other graphical
+applications, there is xclip integration." )
+    (home-page "http://dthompson.us/pages/software/shroud.html")
+    (license license:gpl3+)))
-- 
2.5.0


[-- Attachment #3: Type: text/plain, Size: 38 bytes --]


-- 
David Thompson
GPG Key: 0FF1D807

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: Add shroud.
  2015-09-29 16:25 [PATCH] gnu: Add shroud David Thompson
@ 2015-10-01  8:57 ` Ludovic Courtès
  2015-10-01 10:28 ` Ricardo Wurmus
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2015-10-01  8:57 UTC (permalink / raw)
  To: David Thompson; +Cc: guix-devel

David Thompson <dthompson2@worcester.edu> skribis:

> A straightforward package for my password management tool.

Nice!

> From afb5b4ab656ef282cb01892297b99ae17581f1de Mon Sep 17 00:00:00 2001
> From: David Thompson <dthompson2@worcester.edu>
> Date: Tue, 29 Sep 2015 12:23:52 -0400
> Subject: [PATCH] gnu: Add shroud.
>
> * gnu/packages/password-utils.scm (shroud): New variable.

LGTM, thanks.

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: Add shroud.
  2015-09-29 16:25 [PATCH] gnu: Add shroud David Thompson
  2015-10-01  8:57 ` Ludovic Courtès
@ 2015-10-01 10:28 ` Ricardo Wurmus
  1 sibling, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2015-10-01 10:28 UTC (permalink / raw)
  To: David Thompson; +Cc: guix-devel


> A straightforward package for my password management tool.

Nice!  Looks good to me!

~~ Ricardo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-01 10:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-29 16:25 [PATCH] gnu: Add shroud David Thompson
2015-10-01  8:57 ` Ludovic Courtès
2015-10-01 10:28 ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).