2023-06-20 17:19:31 +02:00
|
|
|
{ buildDotnetGlobalTool, lib }:
|
|
|
|
|
|
|
|
buildDotnetGlobalTool {
|
|
|
|
pname = "pbm";
|
2023-07-23 22:35:12 +02:00
|
|
|
version = "1.3.2";
|
2023-06-20 17:19:31 +02:00
|
|
|
|
2023-07-23 22:35:12 +02:00
|
|
|
nugetSha256 = "sha256-xu3g8NFLZYnHzBuoIhIiAzaPJqY0xhLWLYi+ORRADH8=";
|
2023-06-20 17:19:31 +02:00
|
|
|
|
|
|
|
meta = with lib; {
|
2024-01-08 06:29:45 +01:00
|
|
|
description = "CLI for managing Akka.NET applications and Akka.NET Clusters";
|
2023-06-20 17:19:31 +02:00
|
|
|
homepage = "https://cmd.petabridge.com/index.html";
|
|
|
|
changelog = "https://cmd.petabridge.com/articles/RELEASE_NOTES.html";
|
|
|
|
license = licenses.unfree;
|
|
|
|
platforms = platforms.linux;
|
|
|
|
maintainers = with maintainers; [ anpin mdarocha ];
|
2024-02-11 03:19:15 +01:00
|
|
|
mainProgram = "pbm";
|
2023-06-20 17:19:31 +02:00
|
|
|
};
|
|
|
|
}
|