1 { lib, bundlerApp, bundlerUpdateScript }:
6 exes = [ "procodile" ];
8 passthru.updateScript = bundlerUpdateScript "procodile";
11 description = "Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments)";
12 homepage = "https://adam.ac/procodile";
13 license = with licenses; mit;
14 maintainers = with maintainers; [ manveru nicknovitski ];
15 platforms = platforms.unix;
16 mainProgram = "procodile";