2023-12-08 01:07:54 +00:00
|
|
|
{ buildDotnetGlobalTool, lib }:
|
|
|
|
|
|
|
|
buildDotnetGlobalTool {
|
|
|
|
pname = "csharpier";
|
2024-08-28 20:35:40 +00:00
|
|
|
version = "0.29.1";
|
2023-12-08 01:07:54 +00:00
|
|
|
executables = "dotnet-csharpier";
|
|
|
|
|
2024-08-28 20:35:40 +00:00
|
|
|
nugetHash = "sha256-VW9QzbQfbY3Tz+Gz3hQ7VC4wOtwfIYV1Yq2WJz6bL04=";
|
2023-12-08 01:07:54 +00:00
|
|
|
|
|
|
|
meta = with lib; {
|
|
|
|
description = "Opinionated code formatter for C#";
|
|
|
|
homepage = "https://csharpier.com/";
|
|
|
|
changelog = "https://github.com/belav/csharpier/blob/main/CHANGELOG.md";
|
|
|
|
license = licenses.mit;
|
|
|
|
maintainers = with maintainers; [ zoriya ];
|
|
|
|
mainProgram = "dotnet-csharpier";
|
|
|
|
};
|
|
|
|
}
|