mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-zotra.
* gnu/packages/emacs-xyz.scm (emacs-zotra): New variable. Change-Id: I4ab978172b9346a8972afc012f7111e94b7ee035 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
9b5bcb6ee6
commit
6acd56ecc4
1 changed files with 34 additions and 0 deletions
|
@ -30452,6 +30452,40 @@ be changed by customizing the appropriate variables.")
|
|||
calendar.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-zotra
|
||||
;; No releases or tags.
|
||||
(let ((commit "fe9093b226a1678fc6c2fadd31a09d5a22ecdcf1")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-zotra")
|
||||
(version (git-version "1.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/mpedramfar/zotra/")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"04a7h183kbl8nfkhn2386yljmv7hgxg0cdyw1ir3x60i3nji179z"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ; no tests
|
||||
(home-page "https://github.com/mpedramfar/zotra/")
|
||||
(synopsis "Zotra frontend for Emacs")
|
||||
(description
|
||||
"@code{Emacs-zotra} provides functions to fetch bibliographic
|
||||
information in different formats (e.g. @{bibtex}) using website urls or search
|
||||
identifiers.
|
||||
|
||||
This library connects to different @code{zotero} translators:
|
||||
@itemize
|
||||
@item citoid, using a more limited public API
|
||||
@item zotra-server, which also fetches attachments
|
||||
@item translation-server
|
||||
@end itemize\n")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-zotxt
|
||||
(package
|
||||
(name "emacs-zotxt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue