11 pname = "thcrap-proton";
12 version = "0-unstable-2024-04-03";
14 src = fetchFromGitHub {
16 repo = "thcrap-steam-proton-wrapper";
17 rev = "2b636c3f5f1ce1b9b41f731aa9397aa68d2ce66b";
18 hash = "sha256-J2O8F75NMdsxSaNVr8zLf+vLEJE6CHqWQIIscuuJZ3o=";
21 buildInputs = [ subversion ];
23 nativeBuildInputs = [ makeWrapper ];
29 cp thcrap_proton $out/bin/thcrap_proton
35 wrapProgram $out/bin/thcrap_proton \
46 description = "Wrapper script for launching the official Touhou games on Steam with patches through Proton on GNU/Linux";
47 homepage = "https://github.com/tactikauan/thcrap-steam-proton-wrapper";
48 license = lib.licenses.unlicense;
49 maintainers = with lib.maintainers; [ ashuramaruzxc ];
54 mainProgram = "thcrap_proton";