pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / by-name / vp / vpsfree-client / package.nix
blobcffdc267e53c18541ea35188b2439daa2d2d30b0
1 { lib, bundlerApp, bundlerUpdateScript }:
3 bundlerApp {
4   pname = "vpsfree-client";
5   gemdir = ./.;
6   exes = [ "vpsfreectl" ];
8   passthru.updateScript = bundlerUpdateScript "vpsfree-client";
10   meta = with lib; {
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";
17   };