epr: init at 2.3.0b (#73038)

* epr: init at 2.3.0b

* Apply changes from code review

Co-authored-by: zimbatm <zimbatm@users.noreply.github.com>
This commit is contained in:
Oleksii Filonenko 2019-11-09 20:09:43 +02:00 committed by zimbatm
parent e9e7210eba
commit 7cdd581572
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{ lib, python3Packages, fetchFromGitHub }:
python3Packages.buildPythonApplication rec {
pname = "epr";
version = "2.3.0b";
src = fetchFromGitHub {
owner = "wustho";
repo = pname;
rev = "v${version}";
sha256 = "1a6md3015284hzmx0sby5kl59p7lwv73sq7sid35vrr15zrl0aw7";
};
meta = with lib; {
description = "CLI Epub Reader";
homepage = "https://github.com/wustho/epr";
license = licenses.mit;
maintainers = [ maintainers.filalex77 ];
platforms = platforms.all;
};
}

View file

@ -18463,6 +18463,8 @@ in
epic5 = callPackage ../applications/networking/irc/epic5 { };
epr = callPackage ../applications/misc/epr { };
eq10q = callPackage ../applications/audio/eq10q { };
errbot = callPackage ../applications/networking/errbot {