rat-king-adventure: init at 1.5.2a
This commit is contained in:
parent
0ef6049bce
commit
0524993d8a
2 changed files with 26 additions and 0 deletions
25
pkgs/games/shattered-pixel-dungeon/rat-king-adventure.nix
Normal file
25
pkgs/games/shattered-pixel-dungeon/rat-king-adventure.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{ 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";
|
||||
};
|
||||
}
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue