gnu: emacs-yeetube: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-yeetube): Fix indentation. [synopsis, description]: Use Texinfo markup. Add proper capitalization.
This commit is contained in:
parent
761cc5ae23
commit
8e6022732a
1 changed files with 24 additions and 25 deletions
|
@ -27919,20 +27919,20 @@ and comments.")
|
||||||
|
|
||||||
(define-public emacs-yeetube
|
(define-public emacs-yeetube
|
||||||
(package
|
(package
|
||||||
(name "emacs-yeetube")
|
(name "emacs-yeetube")
|
||||||
(version "2.0.4")
|
(version "2.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.thanosapollo.com/yeetube")
|
(url "https://git.thanosapollo.com/yeetube")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"175yz46gql27y2v02apa1zyzgparzpgrsmw1mbb1nlx0cnf7an79"))
|
"175yz46gql27y2v02apa1zyzgparzpgrsmw1mbb1nlx0cnf7an79"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
@ -27944,17 +27944,16 @@ 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 and Invidious front-end for Emacs")
|
||||||
(synopsis "Youtube & 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
|
||||||
or an Invidious instance for a specific query. The search results are shown as
|
as links in an Org mode buffer. The videos can be opened to a user-defined
|
||||||
links in an org-mode buffer. The videos can be opened to a user-defined video
|
video player (by default @command{mpv}) or downloaded using @command{yt-dlp}.
|
||||||
player(by default mpv) or downloaded using yt-dlp. This package also includes
|
This package also includes a @code{yt-dlp} front-end.")
|
||||||
a yt-dlp front-end.")
|
(license license:gpl3+)))
|
||||||
(license license:gpl3+)))
|
|
||||||
|
|
||||||
(define-public emacs-org-web-tools
|
(define-public emacs-org-web-tools
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue