11 pname = "editorconfig-checker";
14 src = fetchFromGitHub {
15 owner = "editorconfig-checker";
16 repo = "editorconfig-checker";
18 hash = "sha256-JEpmCpFLj7LO/Vojw7MoAu8E5bZKT1cU4Zk4Nw6IEmM=";
21 vendorHash = "sha256-GNUkU/cmu8j6naFAHIEZ56opJnj8p2Sb8M7TduTbJcU=";
25 nativeBuildInputs = [ installShellFiles ];
27 ldflags = [ "-X main.version=${version}" ];
30 installManPage docs/editorconfig-checker.1
33 passthru.tests.version = testers.testVersion {
34 package = editorconfig-checker;
38 changelog = "https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/${src.rev}";
39 description = "Tool to verify that your files are in harmony with your .editorconfig";
40 mainProgram = "editorconfig-checker";
41 homepage = "https://editorconfig-checker.github.io/";
42 license = licenses.mit;
43 maintainers = with maintainers; [