1 { lib, stdenv, fetchFromGitHub, perl }:
7 buildInputs = [ perl ];
9 src = fetchFromGitHub {
13 sha256 = "8e714c5540305d169989d9387dbac47b8b9fb2cfb424af7bcd412bfe684dc6d7";
18 cp -fa colormake.pl colormake colormake-short clmake clmake-short $out/bin
22 description = "Simple wrapper around make to colorize the output";
23 homepage = "https://bre.klaki.net/programs/colormake/";
24 license = licenses.gpl2;
25 platforms = platforms.unix;
26 maintainers = with maintainers; [ bhipple ];