8 python3.pkgs.buildPythonApplication {
9 pname = "epub-thumbnailer";
10 version = "0-unstable-2024-03-26";
13 src = fetchFromGitHub {
14 owner = "marianosimone";
15 repo = "epub-thumbnailer";
16 rev = "de4b5bf0fcd1817d560f180231f7bd22d330f1be";
17 hash = "sha256-r0t2enybUEminXOHjx6uH6LvQtmzTRPZm/gY3Vi2c64=";
20 nativeBuildInputs = with python3.pkgs; [
24 propagatedBuildInputs = with python3.pkgs; [
29 mv $out/bin/epub-thumbnailer.py $out/bin/epub-thumbnailer
32 passthru.updateScript = unstableGitUpdater { };
35 description = "Script to extract the cover of an epub book and create a thumbnail for it";
36 homepage = "https://github.com/marianosimone/epub-thumbnailer";
37 license = licenses.gpl3Plus;
38 maintainers = with maintainers; [ GaetanLepage ];
39 mainProgram = "epub-thumbnailer";