me
/
guix
Archived
1
0
Fork 0

gnu: emacs-yeetube: Improve package style.

* gnu/packages/emacs-xyz.scm (emacs-yeetube): Fix indentation.
[synopsis, description]: Use Texinfo markup.  Add proper capitalization.
master
Nicolas Goaziou 2023-10-03 22:02:01 +02:00
parent 761cc5ae23
commit 8e6022732a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 25 deletions

View File

@ -27944,16 +27944,15 @@ and comments.")
(substitute* "yeetube-mpv.el" (substitute* "yeetube-mpv.el"
(("\\(executable-find \"mpv\"\\)") (("\\(executable-find \"mpv\"\\)")
(search-input-file inputs "/bin/mpv")))))))) (search-input-file inputs "/bin/mpv"))))))))
(inputs (inputs (list mpv yt-dlp))
(list mpv yt-dlp))
(home-page "https://thanosapollo.com/blog/yeetube/") (home-page "https://thanosapollo.com/blog/yeetube/")
(synopsis "Youtube & Invidious front-end for Emacs") (synopsis "Youtube and Invidious front-end for Emacs")
(description (description
"This package offers an Emacs interface that allows you to search YouTube "This package offers an Emacs interface that allows you to search YouTube
or an Invidious instance for a specific query. The search results are shown as or an Invidious instance for a specific query. The search results are shown
links in an org-mode buffer. The videos can be opened to a user-defined video as links in an Org mode buffer. The videos can be opened to a user-defined
player(by default mpv) or downloaded using yt-dlp. This package also includes video player (by default @command{mpv}) or downloaded using @command{yt-dlp}.
a yt-dlp front-end.") This package also includes a @code{yt-dlp} front-end.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-org-web-tools (define-public emacs-org-web-tools