mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: Add emacs-repology.
* gnu/packages/emacs-xyz.scm (emacs-repology): New variable.
This commit is contained in:
parent
486e79790e
commit
9abac0d338
1 changed files with 19 additions and 0 deletions
|
@ -21164,6 +21164,25 @@ (define-public emacs-repo
|
|||
buffer and launches Magit from the status buffer for the project at point.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-repology
|
||||
(package
|
||||
(name "emacs-repology")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"repology-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0y12496wafx95izah8vvv1x86k1m8kysm5mlhvshkp0zbpvmb5iq"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/repology.html")
|
||||
(synopsis "Repology API access via Elisp")
|
||||
(description
|
||||
"This package provides tools to query Repology API (see
|
||||
@url{https://repology.org/api}), process results, and display them.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-alect-themes
|
||||
(package
|
||||
(name "emacs-alect-themes")
|
||||
|
|
Loading…
Reference in a new issue