1 { fetchurl, fetchpatch, lib, stdenv, pkg-config, gettext, python3, SDL, SDL_image, SDL_gfx, SDL_mixer, libogg, libvorbis, lua5_3, libjpeg, libpng, zlib, libiconv }:
5 in stdenv.mkDerivation {
6 pname = "freedroidrpg";
10 url = "ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-${lib.versions.majorMinor version}/freedroidRPG-${version}.tar.gz";
11 sha256 = "0n4kn38ncmcy3lrxmq8fjry6c1z50z4q1zcqfig0j4jb0dsz2va2";
15 # Pull upstream fix for -fno-common tolchains.
17 name = "fno-common.patch";
18 url = "https://gitlab.com/freedroid/freedroid-src/-/commit/e610d427374226b79da5258d979936459f30c761.patch";
19 sha256 = "1s7sw4dkc7b6i72j6x47driq6v0k3wss48l9ivd4fw40n3iaxjb1";
22 # Do not embed build flags in the binary to reduce closure size.
23 ./drop-build-deps.patch
26 nativeBuildInputs = [ pkg-config gettext python3 ];
29 SDL SDL_image SDL_gfx SDL_mixer libogg libvorbis lua5_3 libjpeg libpng zlib
30 ] ++ lib.optional stdenv.isDarwin libiconv;
33 description = "Isometric 3D RPG similar to game Diablo";
37 FreedroidRPG is an original isometric 3D role playing game
38 taking place in the future, on Earth. It features action and
42 The game tells the story of a world destroyed by a conflict between
43 robots and their human masters. Play as Tux in a quest to save the
44 world from the murderous rebel bots who know no mercy. You get to
45 choose which path you wish to follow, and freedom of choice is
46 everywhere in the game.
49 FreedroidRPG features a real time combat system with melee and
50 ranged weapons, fairly similar to the proprietary game Diablo.
51 There is an innovative system of programs that can be run in order
52 to take control of enemy robots, alter their behavior, or improve one's
53 characteristics. You can use over 50 different kinds of items and
54 fight countless enemies on your way to your destiny. An advanced
55 dialog system provides story background and immersive role
59 The game is complete, fully playable, and can provide about
60 12 hours of fun. It is still being actively developed, and
61 help is welcome in many areas. People having - or trying to acquire -
62 programming, map editing, or writing skills will find FreedroidRPG
63 to be an exciting, fast-moving project in which they can fully
64 express their creativity.
68 homepage = "https://www.freedroid.org/";
70 license = licenses.gpl2Plus;
72 maintainers = with maintainers; [ ];
73 platforms = platforms.unix;
74 hydraPlatforms = platforms.linux; # sdl-config times out on darwin