all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xinglu Chen <public@yoctocell.xyz>
To: 48904@debbugs.gnu.org
Subject: [bug#48904] [PATCH 2/2] gnu: Add emacs-ytel-show.
Date: Mon, 07 Jun 2021 17:56:40 +0200	[thread overview]
Message-ID: <f37d3ea0e7bea76bd208f3387d9531806b5cf656.1623081191.git.public@yoctocell.xyz> (raw)
In-Reply-To: <cover.1623081191.git.public@yoctocell.xyz>

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8ad6d1e119..5b9ddfff62 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21247,6 +21247,32 @@ as:
 @end itemize")
       (license license:gpl3+))))
 
+(define-public emacs-ytel-show
+  ;; No releases.
+  ;; Commit from 2020-11-21.
+  (let ((commit "8b999484eb447ecdb741b24cbef2b5a7260a53e6")
+        (revision "0"))
+    (package
+      (name "emacs-ytel-show")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/xFA25E/ytel-show")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0nhgzfzq1bgpbdbljx5z2hzr8ia7ybsyvvr66yj4klz0zj97rghj"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-ytel" ,emacs-ytel)))
+      (home-page "https://github.com/xFA25E/ytel-show")
+      (synopsis "Browse YouTube in Emacs")
+      (description "This package provides an Emacs interface for browsing
+YouTube videos and comments.")
+      (license license:gpl3+))))
+
 (define-public emacs-org-web-tools
   (package
     (name "emacs-org-web-tools")
-- 
2.32.0






      parent reply	other threads:[~2021-06-07 15:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07 15:55 [bug#48904] [PATCH 0/2] Add ‘emacs-ytel’ and ‘emacs-ytel-show’ Xinglu Chen
2021-06-07 15:56 ` [bug#48904] [PATCH 1/2] gnu: Add emacs-ytel Xinglu Chen
2021-06-12 20:31   ` bug#48904: " Nicolas Goaziou
2021-06-07 15:56 ` Xinglu Chen [this message]

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

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

  git send-email \
    --in-reply-to=f37d3ea0e7bea76bd208f3387d9531806b5cf656.1623081191.git.public@yoctocell.xyz \
    --to=public@yoctocell.xyz \
    --cc=48904@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.