guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add emacs-bongo.


From: Mathieu Othacehe
Subject: 01/01: gnu: Add emacs-bongo.
Date: Mon, 8 Jan 2018 10:20:29 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 2a67ff1f5e3c822e2603ec53cc8d263e394f66e5
Author: Mathieu Othacehe <address@hidden>
Date:   Mon Jan 8 16:19:53 2018 +0100

    gnu: Add emacs-bongo.
    
    * gnu/packages/emacs.scm (emacs-bongo): New variable.
---
 gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ebee6f6..964adf1 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6634,3 +6634,27 @@ mode’s f,F,t,T keys, allowing for quick navigation 
within a line.  It is a
 port of quick-scope for Vim.  Evil is an Emacs minor mode that emulates Vim
 features and provides Vim-like key bindings.")
     (license license:gpl3+)))
+
+(define-public emacs-bongo
+  (package
+    (name "emacs-bongo")
+    (version "1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/dbrock/bongo/archive/";
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1pcsyyrvj7djjjwpaswd1i782hvqvlvs39cy9ns0k795si6xd64d"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/dbrock/bongo";)
+    (synopsis "Media player for Emacs")
+    (description
+     "This package provides a flexible media player for Emacs.  @code{Bongo}
+supports multiple backends such as @code{vlc}, @code{mpg123},
address@hidden, @code{speexdec}, @code{timidity}, @code{mikmod} and
address@hidden")
+    (license license:gpl2+)))



reply via email to

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