all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#47114] [PATCH] gnu: Add emacs-elfeed-score.
@ 2021-03-12 21:56 Xinglu Chen
  2021-03-13 12:51 ` bug#47114: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-03-12 21:56 UTC (permalink / raw)
  To: 47114

* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): New variable.
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0bf744e1cf..dfe66d778c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9048,6 +9048,32 @@ duplicated a lot.  Org-mode makes the book keeping of tags and feeds
 much easier.")
       (license license:gpl3+))))
 
+(define-public emacs-elfeed-score
+  (package
+    (name "emacs-elfeed-score")
+    (version "0.7.7")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/sp1ff/elfeed-score")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "07xid0a31ghknbfwj8dxzbqkg4sfayjhlqvp17p2bzlf1mj0zjyd"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-elfeed" ,emacs-elfeed)))
+    (home-page "https://github.com/sp1ff/elfeed-score")
+    (synopsis "Gnus-style scoring for Elfeed")
+    (description "@code{elfeed-score} is an add-on for Elfeed, an RSS reader
+for Emacs.  It brings Gnus-style scoring to your RSS feeds.  Elfeed, by
+default, displays feed entries by date.  This package allows you to setup
+rules for assigning numeric scores to entries, and sorting entries with higher
+scores ahead of those with lower, regardless of date.  The idea is to
+prioritize content important to you.")
+    (license license:gpl3+)))
+
 (define-public emacs-el-x
   (package
     (name "emacs-el-x")

base-commit: 5a06b83fc92710c5846a83bbf49f0ea84c8ecec2
-- 
2.30.2






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#47114: [PATCH] gnu: Add emacs-elfeed-score.
  2021-03-12 21:56 [bug#47114] [PATCH] gnu: Add emacs-elfeed-score Xinglu Chen
@ 2021-03-13 12:51 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-03-13 12:51 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 47114-done

Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

> * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-13 12:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12 21:56 [bug#47114] [PATCH] gnu: Add emacs-elfeed-score Xinglu Chen
2021-03-13 12:51 ` bug#47114: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.