1 { lib, bundlerApp, ruby, bundlerUpdateScript }:
9 passthru.updateScript = bundlerUpdateScript "colorls";
12 description = "Prettified LS";
13 homepage = "https://github.com/athityakumar/colorls";
14 license = with licenses; mit;
15 maintainers = with maintainers; [ lukebfox nicknovitski cbley ];
16 platforms = ruby.meta.platforms;
17 mainProgram = "colorls";