11 stdenv.mkDerivation rec {
16 url = "https://linux.tlk.fr/games/Powermanga/download/powermanga-${version}.tgz";
17 sha256 = "sha256-2nU/zoOQWm2z/Y6mXHDFfWYjYshsQp1saVRBcUT5Q+g=";
36 # Default is $(out)/games
38 # We set the scoredir to $TMPDIR.
39 # Otherwise it will try to write in /var/games at install time
44 homepage = "https://linux.tlk.fr/games/Powermanga/";
45 downloadPage = "https://linux.tlk.fr/games/Powermanga/download/";
46 description = "An arcade 2D shoot-em-up game";
48 Powermanga is an arcade 2D shoot-em-up game with 41 levels and more than
49 200 sprites. It runs in 320x200 or 640x400 pixels, with Window mode or
50 full screen and support for 8, 15, 16, 24, and 32 bpp. As you go through
51 the levels, you will destroy enemy spaceships and bosses, collect gems to
52 power up your ship and get special powers, helpers and weapons.
54 license = licenses.gpl3Plus;
55 maintainers = with maintainers; [ fgaz ];
56 platforms = platforms.all;
57 broken = stdenv.isDarwin;