1 { lib, bundlerApp, bundlerUpdateScript }:
9 passthru.updateScript = bundlerUpdateScript "youplot";
12 description = "Command line tool that draws plots on the terminal";
13 homepage = "https://github.com/red-data-tools/YouPlot";
14 mainProgram = "uplot";
15 license = licenses.mit;
16 maintainers = with maintainers; [ purcell ];
17 platforms = platforms.unix;