gnu: Add emacs-url-scgi.

* gnu/packages/emacs-xyz.scm (emacs-url-scgi): New variable.
This commit is contained in:
Nicolas Goaziou 2022-11-06 21:30:02 +01:00
parent 1b117fc3a5
commit 1559341be5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14789,6 +14789,25 @@ (define-public emacs-mu4e-jump-to-list
automatically discovered and presented in recency order.")
(license license:gpl3+))))
(define-public emacs-url-scgi
(package
(name "emacs-url-scgi")
(version "0.8")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"url-scgi-" version ".tar"))
(sha256
(base32
"1837vyamwk5mp2nf3k477hyr5pq1xy6p7br7kl6h2k8jmxqy3mlj"))))
(build-system emacs-build-system)
(home-page "https://github.com/skangas/url-scgi/")
(synopsis "SCGI support for url.el")
(description
"This library add support for SCGI URLs to Emacs. It is based on url.el,
which is shipped with Emacs.")
(license license:gpl3+)))
(define-public emacs-mentor
(package
(name "emacs-mentor")