1 { lib, stdenv, fetchFromGitHub, fetchurl, which
2 , boost, SDL2, SDL2_image, SDL2_mixer, SDL2_ttf
3 , glew, zlib, icu, pkg-config, cairo, libvpx, glm
7 pname = "anura-engine";
8 version = "unstable-2023-02-27";
10 src = fetchFromGitHub {
11 owner = "anura-engine";
13 rev = "65d85b6646099db1d5cd25d31321bb434a3f94f1";
14 sha256 = "sha256-hb4Sn7uI+eXLaGb4zkEy4w+ByQJ6FqkoMUYFsyiFCeE=";
15 fetchSubmodules = true;
36 enableParallelBuilding = true;
39 mkdir -p $out/bin $out/share/frogatto
40 cp -ar data images modules $out/share/frogatto/
41 cp -a anura $out/bin/frogatto
45 homepage = "https://github.com/anura-engine/anura";
46 description = "Game engine used by Frogatto";
47 license = licenses.zlib;
48 platforms = platforms.linux;
49 maintainers = with maintainers; [ astro ];