Manual.md: document changelog and modify homepage
This commit is contained in:
parent
8a756bdc8a
commit
7bcf0537b2
1 changed files with 3 additions and 1 deletions
|
@ -434,7 +434,7 @@ in this directory such as `${XBPS_BUILDDIR}/${wrksrc}`.
|
|||
|
||||
The list of mandatory variables for a template:
|
||||
|
||||
- `homepage` A string pointing to the `upstream` homepage.
|
||||
- `homepage` An URL pointing to the upstream homepage.
|
||||
|
||||
|
||||
- <a id="var_license"></a>
|
||||
|
@ -743,6 +743,8 @@ used.
|
|||
|
||||
- `fetch_cmd` Executable to be used to fetch URLs in `distfiles` during the `do_fetch` phase.
|
||||
|
||||
- `changelog` An URL pointing to the upstream changelog. Raw text files are preferred.
|
||||
|
||||
- `archs` Whitespace separated list of architectures that a package can be
|
||||
built for, available architectures can be found under `common/cross-profiles`.
|
||||
In general, `archs` should only be set if the upstream software explicitly targets
|
||||
|
|
Loading…
Reference in a new issue