21 stdenv.mkDerivation rec {
22 pname = "astromenace";
25 src = fetchFromGitHub {
29 hash = "sha256-VFFFYHsBxkURHqOBeuRuIxRKsy8baw2izOZ/qXUkiW8=";
34 url = "https://src.fedoraproject.org/rpms/astromenace/raw/5e6bc02d115a53007dc47ef8223d8eaa25607588/f/astromenace-gcc13.patch";
35 hash = "sha256-pkmTVR86vS+KCICxAp+d7upNWVnSNxwdKmxnbtqIvgU=";
62 mkdir -p $out/share/astromenace
63 install -Dm644 gamedata.vfs $out/share/astromenace/gamedata.vfs
64 install -Dm755 astromenace $out/bin/astromenace
65 wrapProgram $out/bin/astromenace \
66 --add-flags "--dir=$out/share/astromenace"
71 description = "Hardcore 3D space shooter with spaceship upgrade possibilities";
72 homepage = "https://www.viewizard.com/";
73 license = licenses.gpl3Plus;
74 platforms = platforms.linux;
75 mainProgram = "astromenace";
76 maintainers = with maintainers; [ fgaz ];