GNU bug report logs -
#51607
[PATCH] gnu: Add emacs-devdocs.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-devdocs): New variable.
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7448786de3..f07d4a500e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25181,6 +25181,27 @@ (define-public emacs-counsel-dash
through Dash docsets.")
(license license:expat))))
+(define-public emacs-devdocs
+ (package
+ (name "emacs-devdocs")
+ (version "0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://elpa.gnu.org/packages/"
+ "devdocs-" version ".tar"))
+ (sha256
+ (base32 "1npc7yra7pvf86ahmz1h7hnjxrz15ar1vjcalg4ilizypycpgrwj"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/astoff/devdocs.el")
+ (synopsis "Emacs viewer for DevDocs")
+ (description
+ "This package provides a documentation viewer similar to Emacs's
+built-in Info browser, but geared towards documentation obtained from
+@url{https://devdocs.io}.")
+ (license license:gpl3+)))
+
(define-public emacs-cascading-dir-locals
(let ((release "0.1")
(revision "0")
--
2.33.1
--
Aleksandr Vityazev
This bug report was last modified 3 years and 250 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.