mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
rkpd2: init at 1.0.0
This commit is contained in:
parent
00a8e14342
commit
0ef6049bce
25
pkgs/games/shattered-pixel-dungeon/rkpd2.nix
Normal file
25
pkgs/games/shattered-pixel-dungeon/rkpd2.nix
Normal file
@ -0,0 +1,25 @@
|
||||
{ callPackage
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
callPackage ./generic.nix rec {
|
||||
pname = "rkpd2";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Zrp200";
|
||||
repo = "rkpd2";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-3WKQCXFDyliObXaIRp3x0kRh3XeNd24SCoTgdFA8/rM=";
|
||||
};
|
||||
|
||||
depsHash = "sha256-yE6zuLnFLtNq76AhtyE+giGLF2vcCqF7sfIvcY8W6Lg=";
|
||||
|
||||
desktopName = "Rat King Pixel Dungeon 2";
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/Zrp200/rkpd2";
|
||||
downloadPage = "https://github.com/Zrp200/rkpd2/releases";
|
||||
description = "Fork of popular roguelike game Shattered Pixel Dungeon that drastically buffs heroes and thus makes the game significantly easier";
|
||||
};
|
||||
}
|
@ -38433,6 +38433,7 @@ with pkgs;
|
||||
};
|
||||
|
||||
shattered-pixel-dungeon = callPackage ../games/shattered-pixel-dungeon { };
|
||||
rkpd2 = callPackage ../games/shattered-pixel-dungeon/rkpd2.nix { };
|
||||
|
||||
shticker-book-unwritten = callPackage ../games/shticker-book-unwritten { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user