Unverified Commit 97e08eb0 authored by Jared Baur's avatar Jared Baur
Browse files

unbook: add git updater

parent 3c5896e3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  makeWrapper,
  calibre,
  gitUpdater,
}:

rustPlatform.buildRustPackage rec {
@@ -25,6 +26,8 @@ rustPlatform.buildRustPackage rec {
    wrapProgram $out/bin/unbook --prefix PATH : ${lib.makeBinPath [ calibre ]}
  '';

  passthru.updateScript = gitUpdater { };

  meta = with lib; {
    description = "Ebook to self-contained-HTML converter";
    homepage = "https://unbook.ludios.org";