10 python3Packages.buildPythonApplication rec {
12 pname = "canto-curses";
14 src = fetchFromGitHub {
16 repo = "canto-curses";
18 sha256 = "1vzb9n1j4gxigzll6654ln79lzbrrm6yy0lyazd9kldyl349b8sr";
26 propagatedBuildInputs = [ canto-daemon ];
29 description = "Ncurses-based console Atom/RSS feed reader";
30 mainProgram = "canto-curses";
32 Canto is an Atom/RSS feed reader for the console that is meant to be
33 quick, concise, and colorful. It's meant to allow you to crank through
34 feeds like you've never cranked before by providing a minimal, yet
35 information packed interface. No navigating menus. No dense blocks of
36 unreadable white text. An interface with almost infinite customization
37 and extensibility using the excellent Python programming language.
39 homepage = "https://codezen.org/canto-ng/";
40 license = lib.licenses.gpl2;
41 platforms = lib.platforms.linux;
42 maintainers = [ lib.maintainers.devhell ];