1 { lib, bundlerEnv, ruby, bundlerUpdateScript }:
4 name = "bitbucket-server-cli-${version}";
6 version = (import ./gemset.nix).atlassian-stash.version;
10 pname = "atlassian-stash";
12 passthru.updateScript = bundlerUpdateScript "bitbucket-server-cli";
15 description = "Command line interface to interact with BitBucket Server (formerly Atlassian Stash)";
16 homepage = "https://bitbucket.org/atlassian/bitbucket-server-cli";
17 license = licenses.mit;
18 maintainers = with maintainers; [ jgertm nicknovitski ];
19 mainProgram = "stash";
20 platforms = platforms.unix;