treewide: add meta.mainProgram to packages with a single binary

The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
This commit is contained in:
stuebinm
2024-03-19 03:14:51 +01:00
parent b06025f153
commit ff1a94e523
5373 changed files with 5373 additions and 0 deletions
@@ -23,6 +23,7 @@ buildGoModule rec {
license = licenses.mit;
homepage = "https://github.com/mroth/bump";
description = "CLI tool to draft a GitHub Release for the next semantic version";
mainProgram = "bump";
maintainers = with maintainers; [ doronbehar ];
};
}
@@ -18,6 +18,7 @@ buildPythonApplication rec {
meta = with lib; {
homepage = "http://the-brannons.com/software/cligh.html";
description = "A simple command-line interface to the facilities of Github";
mainProgram = "cligh";
longDescription = ''
Cligh is a simple command-line interface to the facilities of GitHub.
It is written by Christopher Brannon chris@the-brannons.com. The
@@ -37,6 +37,7 @@ buildGoModule rec {
meta = with lib; {
description = "Commandline app to create and edit releases on Github (and upload artifacts)";
mainProgram = "github-release";
longDescription = ''
A small commandline app written in Go that allows you to easily create and
delete releases of your projects on Github.