rekahsoft-guix: Add emacs-rcirc-notify

This commit is contained in:
Collin J. Doering 2021-12-22 11:10:41 -05:00
parent 8aa4ff74e2
commit a070f83eff
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 22 additions and 0 deletions

View File

@ -1100,3 +1100,25 @@ quickly.
For usage details, see @uref{https://github.com/redguardtoo/js-comint#usage}")
(license license:gpl3)))
(define-public emacs-rcirc-notify
(let ((commit "841a7b5a6cdb0c11a812df924d2c6a7d364fd455")
(revision "1"))
(package
(name "emacs-rcirc-notify")
(version (git-version "20150219.2204" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/nicferrier/rcirc-notify.git")
(commit commit)))
(sha256
(base32 "1k4knsrca626pikgaalqbqwy7im4wz1vrmzzhdrdb4lhdz6sq3q3"))))
(build-system emacs-build-system)
(home-page "unspecified")
(synopsis "Provide libnotify popup notifications for rcirc")
(description
"This extension is inspired in part by @code{erc-page-me.el} and offers
the same functionality as it, but for rcirc.")
(license license:gpl2))))