treewide: add meta.mainProgram (#248750)

This commit is contained in:
Jian Lin 2023-08-13 04:24:01 +08:00 committed by GitHub
parent 16db090af7
commit 74b66861c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View file

@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
homepage = "http://goldendict.org/";
description = "A feature-rich dictionary lookup program";
platforms = with platforms; linux ++ darwin;
mainProgram = "goldendict";
maintainers = with maintainers; [ gebner astsmtl sikmir ];
license = licenses.gpl3Plus;
};

View file

@ -37,6 +37,7 @@ rustPlatform.buildRustPackage rec {
description = "A tool to play and record videos or live streams with danmaku";
homepage = "https://github.com/THMonster/dmlive";
license = licenses.mit;
mainProgram = "dmlive";
maintainers = with maintainers; [ nickcao ];
};
}

View file

@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
description = "Tool to access the X clipboard from a console application";
homepage = "https://github.com/astrand/xclip";
license = lib.licenses.gpl2;
mainProgram = "xclip";
platforms = lib.platforms.all;
};
}

View file

@ -57,6 +57,7 @@ buildGoModule rec {
homepage = "https://age-encryption.org/";
description = "Modern encryption tool with small explicit keys";
license = licenses.bsd3;
mainProgram = "age";
maintainers = with maintainers; [ tazjin ];
};
}

View file

@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://tectonic-typesetting.github.io/";
changelog = "https://github.com/tectonic-typesetting/tectonic/blob/tectonic@${version}/CHANGELOG.md";
license = with licenses; [ mit ];
mainProgram = "tectonic";
maintainers = with maintainers; [ lluchs doronbehar ];
};
}