Skip to content

Commit

Permalink
Update creating-a-new-package.md (#511)
Browse files Browse the repository at this point in the history
Add a link to the SPDX for looking up license identifiers

Fixes /issues/416
  • Loading branch information
TraceyC77 authored Mar 12, 2024
1 parent da416a9 commit 33b389c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/packaging/creating-a-new-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The `go-task new` command has filled many fields for us, but not all of them wil
For this example, we need to fix the following:

- The name needs to be `tree`, so update it.
- The `license` is correct, so we remove the comment.
- The `license` is correct, so we remove the comment. License values need to match an "Identifier" in the [SPDX License List](https://spdx.org/licenses/).
- Fill in `homepage`, `component`, `summary`, and `description`.
- Remove `builddeps`. This package has no build dependencies beyond the ones already available for every package (the `system.devel` packages).
- The `setup` step is not required, remove it.
Expand Down

0 comments on commit 33b389c

Please sign in to comment.