9 gcc12Stdenv.mkDerivation (finalAttrs: {
13 src = fetchFromGitHub {
14 owner = "bibendovsky";
16 rev = "v${finalAttrs.version}";
17 hash = "sha256-wtW595cSoVTZaVykxOkJViNs3OmuIch9nA5s1SqwbJo=";
31 mv $out/bstone* $out/bin
35 description = "Unofficial source port for the Blake Stone series";
36 homepage = "https://github.com/bibendovsky/bstone";
37 changelog = "https://github.com/bibendovsky/bstone/blob/${finalAttrs.src.rev}/CHANGELOG.md";
38 license = with lib.licenses; [
39 gpl2Plus # Original game source code
42 maintainers = with lib.maintainers; [ keenanweaver ];
43 mainProgram = "bstone";
44 platforms = lib.platforms.linux; #TODO: macOS / Darwin support