guix-commits
[Top][All Lists]
Advanced

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

06/88: gnu: Add emacs-biblio.


From: Oleg Pykhalov
Subject: 06/88: gnu: Add emacs-biblio.
Date: Wed, 2 May 2018 13:21:04 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 55d5321093672badf7d003787204640692124324
Author: Oleg Pykhalov <address@hidden>
Date:   Wed May 2 18:53:42 2018 +0300

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 9a48bfd..9058bf2 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -8182,3 +8182,27 @@ outline-mode), so there is no such thing like an 
outshine mode, only
     (description
      "This package provides an Emacs library for parsing bib files.")
     (license license:gpl3+)))
+
+(define-public emacs-biblio
+  (package
+    (name "emacs-biblio")
+    (version "0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/cpitclaudel/biblio.el/archive/";
+                           version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "109fvivsb4r0rbqljngqrmxqvbnbkqlivczx6brrvlr7ci625lhf"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/cpitclaudel/biblio.el";)
+    (synopsis "Browse and import bibliographic references")
+    (description "This package provides an extensible Emacs package for
+browsing and fetching references.
+
address@hidden makes it easy to browse and gather bibliographic references
+and publications from various sources, by keywords or by DOI.  References are
+automatically fetched from well-curated sources, and formatted as BibTeX.")
+    (license license:gpl3+)))



reply via email to

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