unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Amar Singh <nly@disroot.org>
To: 34364@debbugs.gnu.org
Subject: [bug#34364] [PATCH] gnu: Add emacs-shroud.
Date: Sun, 26 May 2019 22:05:52 +0530	[thread overview]
Message-ID: <85ef4l6umv.fsf@disroot.org> (raw)
In-Reply-To: <878sysotda.fsf@disroot.org>

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


Updated emacs-shroud. It should be usable now.


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

From 06b1b2d4567adf27d4e980bcdf9c2886d9afdcbd Mon Sep 17 00:00:00 2001
From: Amar Singh <nly@disroot.org>
Date: Mon, 22 Apr 2019 01:28:32 +0530
Subject: [PATCH] gnu: Add emacs-shroud.

* gnu/packages/emacs-xyz.scm (emacs-shroud): New variable.
---
 gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9199b45e40..d97914faef 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15620,3 +15620,33 @@ verb commands which would are normally destructive (such as deletion) are
 provided.  Those alternative commands are and bound by default to their
 corresponding Evil keys.")
       (license license:expat))))
+
+(define-public emacs-shroud
+  (package
+   (name "emacs-shroud")
+   (version "1.15.1")
+   (source
+    (origin
+     (method git-fetch)
+     (uri
+      (git-reference
+       (url "https://github.com/o-nly/emacs-shroud.git")
+       (commit version)))
+     (file-name
+      (git-file-name name version))
+     (sha256
+      (base32
+       "0wvm4lxqcc1p8v7rpqal3bnqgnpk1gs7v18i83f6cvi5d88jkgdg"))))
+   (build-system emacs-build-system)
+   (propagated-inputs
+    `(("shroud" ,shroud)
+      ("emacs-f" ,emacs-f)
+      ("emacs-dash" ,emacs-dash)
+      ("emacs-s" ,emacs-s)
+      ("emacs-bui" ,emacs-bui)
+      ("gnupg" ,gnupg)))
+   (home-page "http://git.nly.info.tm:9001/shroud.git")
+   (synopsis "Emacs interface for Shroud password manager")
+   (description
+    "Provides Emacs interface to the Shroud password manager.")
+   (license license:gpl3+)))
-- 
2.21.0


  reply	other threads:[~2019-05-26 16:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-07  9:11 [bug#34364] Add package: Emacs-shroud; Emacs interface for shroud Amar Singh
2019-05-26 16:35 ` Amar Singh [this message]
2020-01-27 22:13 ` bug#34364: " Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85ef4l6umv.fsf@disroot.org \
    --to=nly@disroot.org \
    --cc=34364@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).