1 { lib, bundlerApp, bundlerUpdateScript }:
4 pname = "vpsfree-client";
6 exes = [ "vpsfreectl" ];
8 passthru.updateScript = bundlerUpdateScript "vpsfree-client";
11 description = "Ruby API and CLI for the vpsFree.cz API";
12 homepage = "https://github.com/vpsfreecz/vpsfree-client";
13 maintainers = with maintainers; [ aither64 zimbatm ];
14 license = licenses.gpl3;
15 platforms = platforms.unix;
16 mainProgram = "vpsfreectl";