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:
parent
e9e7210eba
commit
7cdd581572
21
pkgs/applications/misc/epr/default.nix
Normal file
21
pkgs/applications/misc/epr/default.nix
Normal 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;
|
||||||
|
};
|
||||||
|
}
|
@ -18463,6 +18463,8 @@ in
|
|||||||
|
|
||||||
epic5 = callPackage ../applications/networking/irc/epic5 { };
|
epic5 = callPackage ../applications/networking/irc/epic5 { };
|
||||||
|
|
||||||
|
epr = callPackage ../applications/misc/epr { };
|
||||||
|
|
||||||
eq10q = callPackage ../applications/audio/eq10q { };
|
eq10q = callPackage ../applications/audio/eq10q { };
|
||||||
|
|
||||||
errbot = callPackage ../applications/networking/errbot {
|
errbot = callPackage ../applications/networking/errbot {
|
||||||
|
Loading…
Reference in New Issue
Block a user