10 stdenv.mkDerivation (finalAttrs: {
14 src = fetchFromGitHub {
17 rev = "v${finalAttrs.version}";
18 hash = "sha256-P44Twbw2MGz+oTzPwMFCe73zPxAex6uYjSTtaUypfHw=";
31 install -Dm555 cutechess{,-cli} -t $out/bin/
32 install -Dm444 libcutechess.a -t $out/lib/
33 install -Dm444 $src/docs/cutechess-cli.6 -t $out/share/man/man6/
34 install -Dm444 $src/docs/cutechess-engines.json.5 -t $out/share/man/man5/
38 description = "GUI, CLI, and library for playing chess";
39 homepage = "https://cutechess.com/";
40 license = licenses.gpl3Plus;
41 maintainers = with maintainers; [ ];
42 platforms = with platforms; (linux ++ windows);
43 mainProgram = "cutechess";