GNU bug report logs -
#34364
Add package: Emacs-shroud; Emacs interface for shroud
Previous Next
Reported by: Amar Singh <nly <at> disroot.org>
Date: Thu, 7 Feb 2019 09:13:02 UTC
Severity: normal
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 27 Jan 2020 23:13:46 +0100
with message-id <87eevksg2t.fsf <at> devup.no>
and subject line Re: [bug#34364] Add package: Emacs-shroud; Emacs interface for shroud
has caused the debbugs.gnu.org bug report #34364,
regarding Add package: Emacs-shroud; Emacs interface for shroud
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
34364: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34364
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
This is not a polished software by any means.
This is an interface for the shroud password manager
https://dthompson.us/projects/shroud.html
Patch:
From b7f9ec3820158d2b6fdde64dfed0fa7233ec5951 Mon Sep 17 00:00:00 2001
From: Amar Singh <nly <at> disroot.org>
Date: Thu, 7 Feb 2019 14:37:25 +0530
Subject: [PATCH] add emacs-shroud; emacs interface for shroud
Signed-off-by: Amar Singh <nly <at> disroot.org>
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 960518f9d..d43153b55 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8518,6 +8518,28 @@ close, copy, cut, paste, undo, redo.")
standard Unix password manager\").")
(license license:gpl2+)))
+(define-public emacs-shroud
+ (package
+ (name "emacs-shroud")
+ (version "0.1")
+ (source (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://github.com/o-nly/" name "/archive/release-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0jxfa2fa6r0ay9c6nf4xwz5vddb1v45cgaxkgdxxhck0l527i3yc"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-f" ,emacs-f)
+ ("emacs-s" ,emacs-s)
+ ("shroud" ,shroud)))
+ (home-page "http://nly.info.tm:9001/emacs/shroud.el")
+ (synopsis "Shroud (gpg) support for Emacs")
+ (description
+ "This package provides functions for working with shroud password manager.")
+ (license license:gpl3+)))
+
(define-public emacs-pass
(package
(name "emacs-pass")
--
2.20.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
This was pushed in a38525789cdb6b4baa440cdf9f265085d4378ec5.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 5 years and 117 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.