8 pname = "johnny-reborn-engine";
9 version = "unstable-2020-12-06";
11 src = fetchFromGitHub {
14 rev = "524a5803e4fa65f840379c781f40ce39a927032e";
15 hash = "sha256-YKAOCgdRnvNMzL6LJVXN0pLvjyJk4Zv/RCqGtDPFR90=";
18 makefile = "Makefile.linux";
20 buildInputs = [ SDL2 ];
32 description = "An open-source engine for the classic \"Johnny Castaway\" screensaver (engine only)";
33 homepage = "https://github.com/jno6809/jc_reborn";
34 license = lib.licenses.gpl3Plus;
35 maintainers = with lib.maintainers; [ pedrohlc ];
36 inherit (SDL2.meta) platforms;