mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add shirah.
* gnu/packages/ebook.scm (shirah): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
49e120272b
commit
2f95980b3c
1 changed files with 22 additions and 0 deletions
|
@ -697,3 +697,25 @@ (define-public python-ebooklib
|
|||
(description
|
||||
"Ebook library which can handle EPUB2/EPUB3 and Kindle format.")
|
||||
(license license:agpl3+)))
|
||||
|
||||
(define-public shirah
|
||||
(package
|
||||
(name "shirah")
|
||||
(version "1.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "shirah_reader" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0j15v435lz68c1mj5clfx5dmfyjc6jvvz2q8hqvv799mb2faj42y"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs (list python-beautifulsoup4 python-ebooklib
|
||||
python-syllables python-termcolor))
|
||||
(home-page "https://github.com/hallicopter/shirah-reader")
|
||||
(synopsis "Terminal ebook reader with an optional RSVP mode")
|
||||
(description
|
||||
"@command{shirah} is a curses based terminal ebook reader that can
|
||||
display ebooks in the usual way or with Rapid Serial Visual Presentation, a
|
||||
method to enable speedreading by showing the text word by word at configurable
|
||||
speeds.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue