gnu: Add emacs-libmpdel.
* gnu/packages/emacs-xyz.scm (emacs-libmpdel): New variable. Signed-off-by: Brett Gilio <brettg@posteo.net>
This commit is contained in:
parent
0dc5c85638
commit
e5f145b4e9
1 changed files with 21 additions and 0 deletions
|
@ -17232,6 +17232,27 @@ (define-public emacs-nix-mode
|
|||
comments.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public emacs-libmpdel
|
||||
(package
|
||||
(name "emacs-libmpdel")
|
||||
(version "1.1.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitea.petton.fr/mpdel/libmpdel.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dnjndpv6bmz5blfs75ynmbm32g23l4slg5p3941b1i94a08qzpy"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://gitea.petton.fr/mpdel/libmpdel")
|
||||
(synopsis "Emacs library to communicate with Music Player Daemon (MPD)")
|
||||
(description
|
||||
"An Emacs library client to communicate with Music Player Daemon (MPD), a
|
||||
flexible, powerful, server-side application for playing music.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-simple-mpc
|
||||
;; There have been no releases.
|
||||
(let ((commit "bee8520e81292b4c7353e45b193f9a13b482f5b2")
|
||||
|
|
Loading…
Reference in a new issue