You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/dev/pkgbuild.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ The following variables are recognized:
14
14
|`mingw_arch`| array | A list of MSYS2 environments the package is built for. Defaults to an empty list. |
15
15
|`msys2_internal`| boolean | Whether the package is an internal or meta package and shouldn't be linked to external sources. Defaults to `false`. |
16
16
|`msys2_references`| mapping | Maps the package to external resources, such as other package repositories. |
17
+
|`msys2_changelog_url`| string | NEWS file in git or the GitHub releases page. In case there are multiple, the one that is more useful for packagers. |
17
18
|`msys2_documentation_url`| string | URL to the documentation for the API, tools, etc., in case it's a different website than the homepage. |
18
19
|`msys2_repository_url`| string | URL to the web view of the repository, e.g., on GitHub or GitLab. |
19
20
|`msys2_issue_tracker_url`| string | URL to the bug tracker, mailing list archive, etc. |
0 commit comments