10 stdenv.mkDerivation rec {
11 pname = "openttd-grfcodec";
12 version = "unstable-2021-03-10";
14 src = fetchFromGitHub {
17 rev = "045774dee7cab1a618a3e0d9b39bff78a12b6efa";
18 sha256 = "0b4xnnkqc01d3r834lhkq744ymar6c8iyxk51wc4c7hvz0vp9vmy";
21 buildInputs = [ boost ];
29 cp -a grfcodec grfid grfstrip nforenum $out/bin/
33 description = "Low-level (dis)assembler and linter for OpenTTD GRF files";
34 homepage = "http://openttd.org/";
35 license = licenses.gpl2Plus;
36 maintainers = with maintainers; [ ToxicFrog ];