unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 58263@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#58263] [PATCH 1/2] gnu: Add emacs-imgur-el.
Date: Sun,  2 Oct 2022 20:30:28 -0500	[thread overview]
Message-ID: <20221003013029.23585-1-jgart@dismail.de> (raw)
In-Reply-To: <20221002200927.GC21470@dismail.de>

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9ba87652f3..5049824bce 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -552,6 +552,29 @@ (define-public emacs-telephone-line
 configuration language which makes it trivial to write your own themes.")
       (license license:gpl3+))))
 
+(define-public emacs-imgur-el
+  (let ((commit "e179f5e3411d8eb3773e436e391e432c52e8b911")
+        (revision "0"))
+    (package
+      (name "emacs-imgur-el")
+      (version (git-version "20220125" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri
+          (git-reference
+           (url "https://github.com/larsmagne/imgur.el")
+           (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1hkfwz5278vd3cap95656n2a5a4qkd66r7gzlg4zjq2f45f9b9bx"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/larsmagne/imgur.el")
+      (synopsis "Simple library for uploading pictures to imgur")
+      (description
+"@code{emacs-imgur-el} is a simple library for uploading pictures to imgur.")
+      (license license:gpl2+))))
+
 (define-public emacs-terminal-here
   (package
     (name "emacs-terminal-here")
-- 
2.37.3





  reply	other threads:[~2022-10-03  1:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-03  1:09 [bug#58263] [PATCH 1/2] gnu: Add emacs-meme jgart via Guix-patches via
2022-10-03  1:30 ` jgart via Guix-patches via [this message]
2022-10-03  1:30   ` [bug#58263] [PATCH 2/2] " jgart via Guix-patches via
2022-10-03  7:06     ` Liliana Marie Prikler
2024-06-18  6:22 ` bug#58263: jgart via Guix-patches via

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=20221003013029.23585-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=58263@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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).