Add emacs-kodi-remote.

* gnu/packages/emacs-xyz.scm (emacs-kodi-remove): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
racin@free.fr 2023-01-27 13:43:38 +01:00 committed by Nicolas Goaziou
parent 3ebeb5b403
commit f6b0023be5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -26880,6 +26880,32 @@ (define-public emacs-mpdel
stored playlists.")
(license license:gpl3+)))
(define-public emacs-kodi-remote
(let ((commit "f5e932036c16e2b61a63020e006fc601e38d181e")
(revision "0"))
(package
(name "emacs-kodi-remote")
(version (git-version "0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/spiderbit/kodi-remote.el")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1gck7lvqxcr9ikrzlpvcf4408cq6i4s8ijgb0kdsbkfzv0w86934"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-f emacs-json-mode emacs-let-alist emacs-request))
(home-page "https://github.com/spiderbit/kodi-remote.el")
(synopsis "Remote control for Kodi")
(description
"This package provides a major mode to control Kodi
instances (play/pause, volume control, media selection, etc.) remotely.")
(license license:gpl3+))))
(define-public emacs-navigel
(package
(name "emacs-navigel")