guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: Add emacs-ytel-show.


From: guix-commits
Subject: 02/02: gnu: Add emacs-ytel-show.
Date: Sat, 12 Jun 2021 16:29:39 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9a2e8664ecd0b7fe3371cb268506e68037b3263d
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sat Jun 12 22:28:29 2021 +0200

    gnu: Add emacs-ytel-show.
    
    * gnu/packages/emacs-xyz.scm (emacs-ytel-show): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 2d60c2a..c23e2e0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21291,6 +21291,32 @@ extracted and manipulated by user-defined functions to 
do various things such
 as playing them in some video player, or downloading them.")
       (license license:gpl3+))))
 
+(define-public emacs-ytel-show
+  ;; No tagged releases.  Version extracted from main file.
+  (let ((commit "8b999484eb447ecdb741b24cbef2b5a7260a53e6")
+        (revision "0"))
+    (package
+      (name "emacs-ytel-show")
+      (version (git-version "0.1.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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]