about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-05-19 13:31:30 +0800
committerGitHub <noreply@github.com>2024-05-19 13:31:30 +0800
commit7baa64c9c619da62e392fcb08657e1de077321e2 (patch)
treea24ccd37e32bfca662fc9c64e1f40a7845dad506 /pkgs
parent0b6cc0466dda1fa915b1649e245abce71fcde6b2 (diff)
parent51cd84ba57e5acde737d71919b1728fb309b1296 (diff)
Merge pull request #307587 from pbsds/doc-mainprogram
pkgs/README.md: add `meta.mainProgram` to new-package checklist template
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/README.md b/pkgs/README.md
index 5439ad913d187..fd958702fb493 100644
--- a/pkgs/README.md
+++ b/pkgs/README.md
@@ -748,6 +748,7 @@ Review process:
   - License must match the upstream license.
   - Platforms should be set (or the package will not get binary substitutes).
   - Maintainers must be set. This can be the package submitter or a community member that accepts taking up maintainership of the package.
+  - The `meta.mainProgram` must be set if a main executable exists.
 - Report detected typos.
 - Ensure the package source:
   - Uses `mirror://` URLs when available.
@@ -769,6 +770,7 @@ Sample template for a new package review is provided below.
 - [ ] `meta.license` fits upstream license
 - [ ] `meta.platforms` is set
 - [ ] `meta.maintainers` is set
+- [ ] `meta.mainProgram` is set, if applicable.
 - [ ] build time only dependencies are declared in `nativeBuildInputs`
 - [ ] source is fetched using the appropriate function
 - [ ] the list of `phases` is not overridden