1 { lib, stdenv, fetchFromGitHub, perl }:
3 stdenv.mkDerivation rec {
5 version = "unstable-2016-09-21";
7 src = fetchFromGitHub {
10 rev = "93acfd61a1bf4482537ce5d71b9164b8446cb6bd";
11 sha256 = "1h94jx3v18fdlc64lfmj2g5x63fjyqb8c56k5lihl7bva0xgdkxd";
14 buildInputs = [ perl ];
17 install -m755 -D speedread $out/bin/speedread
21 description = "Simple terminal-based open source Spritz-alike";
23 Speedread is a command line filter that shows input text as a
24 per-word rapid serial visual presentation aligned on optimal
25 reading points. This allows reading text at a much more rapid
26 pace than usual as the eye can stay fixed on a single place.
28 homepage = src.meta.homepage;
29 license = licenses.mit;
30 platforms = platforms.unix;
31 maintainers = [ maintainers.oxij ];
32 mainProgram = "speedread";