Commit 0524993d authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

rat-king-adventure: init at 1.5.2a

parent 0ef6049b
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
{ callPackage
, fetchFromGitHub
}:

callPackage ./generic.nix rec {
  pname = "rat-king-adventure";
  version = "1.5.2a";

  src = fetchFromGitHub {
    owner = "TrashboxBobylev";
    repo = "Rat-King-Adventure";
    rev = version;
    hash = "sha256-UgUm7GIn1frS66YYrx+ax+oqMKnQnDlqpn9e1kWwDzo=";
  };

  depsHash = "sha256-yE6zuLnFLtNq76AhtyE+giGLF2vcCqF7sfIvcY8W6Lg=";

  desktopName = "Rat King Adventure";

  meta = {
    homepage = "https://github.com/TrashboxBobylev/Rat-King-Adventure";
    downloadPage = "https://github.com/TrashboxBobylev/Rat-King-Adventure/releases";
    description = "An expansive fork of RKPD2, itself a fork of the Shattered Pixel Dungeon roguelike";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -38434,6 +38434,7 @@ with pkgs;
  shattered-pixel-dungeon = callPackage ../games/shattered-pixel-dungeon { };
  rkpd2 = callPackage ../games/shattered-pixel-dungeon/rkpd2.nix { };
  rat-king-adventure = callPackage ../games/shattered-pixel-dungeon/rat-king-adventure.nix { };
  shticker-book-unwritten = callPackage ../games/shticker-book-unwritten { };