mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: Add emacs-seriestracker.
* gnu/packages/emacs-xyz.scm (emacs-seriestracker): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
d4febc56bb
commit
4e3479c229
1 changed files with 28 additions and 0 deletions
|
@ -28603,6 +28603,34 @@ (define-public emacs-smart-hungry-delete
|
||||||
rules about where space should be left to separate words and parentheses.")
|
rules about where space should be left to separate words and parentheses.")
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
|
(define-public emacs-seriestracker
|
||||||
|
(package
|
||||||
|
(name "emacs-seriestracker")
|
||||||
|
(version "1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/MaximeWack/seriesTracker")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0b9hf20iah3ym2d4kz67k0kb48dq0442zxw4zmc03zg3sxfdxh0x"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
("emacs-transient" ,emacs-transient)))
|
||||||
|
(home-page "https://github.com/MaximeWack/seriesTracker")
|
||||||
|
(synopsis "Keep track of the TV shows you watch from Emacs")
|
||||||
|
(description
|
||||||
|
"This package provides a major mode for tracking TV shows.
|
||||||
|
TV shows data (episode list, release dates, etc.) are sourced from
|
||||||
|
the free database hosted at @url{episodate.com}. The mode presents an
|
||||||
|
outlined list of tracked shows, their episodes and release dates, and
|
||||||
|
enables the user to see when new episodes for their favorite shows get
|
||||||
|
released, and track their progress in watching a series.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-webpaste
|
(define-public emacs-webpaste
|
||||||
(package
|
(package
|
||||||
(name "emacs-webpaste")
|
(name "emacs-webpaste")
|
||||||
|
|
Loading…
Reference in a new issue