pkgs: add `meta.mainProgram` attribute

This commit is contained in:
Harsh Shandilya 2023-08-15 03:18:33 +05:30
parent c10d47675d
commit 9f21f1f81f
No known key found for this signature in database
21 changed files with 21 additions and 0 deletions

View File

@ -30,5 +30,6 @@ stdenvNoCC.mkDerivation rec {
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [msfjarvis];
mainProgram = "adb-sync";
};
}

View File

@ -23,5 +23,6 @@ buildGoModule rec {
homepage = "https://github.com/darkhz/adbtuifm";
license = licenses.mit;
maintainers = with maintainers; [msfjarvis];
mainProgram = "adbtuifm";
};
}

View File

@ -27,5 +27,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/msfjarvis/adx";
license = with licenses; [asl20 mit];
maintainers = with maintainers; [msfjarvis];
mainProgram = "adx";
};
}

View File

@ -28,5 +28,6 @@ stdenvNoCC.mkDerivation rec {
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [msfjarvis];
mainProgram = "bundletool";
};
}

View File

@ -33,5 +33,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/msfjarvis/clipboard-substitutor";
license = with licenses; [asl20 mit];
maintainers = with maintainers; [msfjarvis];
mainProgram = "clipboard-substitutor";
};
}

View File

@ -28,5 +28,6 @@ stdenvNoCC.mkDerivation rec {
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [msfjarvis];
mainProgram = "diffuse";
};
}

View File

@ -23,5 +23,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/msfjarvis/file-collector";
license = with licenses; [asl20 mit];
maintainers = with maintainers; [msfjarvis];
mainProgram = "file-collector";
};
}

View File

@ -23,5 +23,6 @@ buildGoModule rec {
homepage = "https://github.com/msfjarvis/gdrive";
license = licenses.mit;
maintainers = with maintainers; [msfjarvis];
mainProgram = "gdrive";
};
}

View File

@ -29,5 +29,6 @@ in
homepage = "https://github.com/msfjarvis/gitice";
license = with licenses; [asl20 mit];
maintainers = with maintainers; [msfjarvis];
mainProgram = "gitice";
};
}

View File

@ -29,5 +29,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://msfjarvis.dev/g/healthchecks-rs";
license = with licenses; [asl20 mit];
maintainers = with maintainers; [msfjarvis];
mainProgram = "hcctl";
};
}

View File

@ -29,5 +29,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://msfjarvis.dev/g/healthchecks-rs";
license = with licenses; [asl20 mit];
maintainers = with maintainers; [msfjarvis];
mainProgram = "healthchecks-monitor";
};
}

View File

@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/untitaker/hyperlink";
license = licenses.mit;
maintainers = with maintainers; [msfjarvis];
mainProgram = "hyperlink";
};
}

View File

@ -28,5 +28,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/SphericalKat/katbin-cli/blob/${src.rev}/CHANGELOG.md";
license = with licenses; [asl20 mit];
maintainers = with maintainers; [msfjarvis];
mainProgram = "katbin";
};
}

View File

@ -36,5 +36,6 @@ in
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [msfjarvis];
mainProgram = "linkleaner";
};
}

View File

@ -41,5 +41,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/axodotdev/oranda/blob/${src.rev}/CHANGELOG.md";
license = with licenses; [asl20 mit];
maintainers = with maintainers; [msfjarvis];
mainProgram = "oranda";
};
}

View File

@ -23,5 +23,6 @@ buildGoModule {
homepage = "https://github.com/PrivateGER/patreon-dl";
license = licenses.unlicense;
maintainers = with maintainers; [msfjarvis];
mainProgram = "patreon-dl";
};
}

View File

@ -33,5 +33,6 @@ stdenvNoCC.mkDerivation rec {
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [msfjarvis];
mainProgram = "pidcat";
};
}

View File

@ -31,5 +31,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/mstange/samply/";
license = with licenses; [asl20 mit];
maintainers = with maintainers; [msfjarvis];
mainProgram = "samply";
};
}

View File

@ -28,5 +28,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/msfjarvis/twt";
license = with licenses; [asl20 mit];
maintainers = with maintainers; [msfjarvis];
mainProgram = "twt";
};
}

View File

@ -37,5 +37,6 @@ stdenvNoCC.mkDerivation rec {
license = licenses.cc0;
platforms = platforms.all;
maintainers = with maintainers; [msfjarvis];
mainProgram = "vscext";
};
}

View File

@ -23,5 +23,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/mitsuhiko/when/blob/${src.rev}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [msfjarvis];
mainProgram = "when";
};
}