Manual.md: clarify only_for_archs (#5488)
This commit is contained in:
parent
116d303daa
commit
e3daf4a966
|
@ -415,8 +415,11 @@ set to `${pkgname}-${version}`.
|
||||||
- `create_wrksrc` Enable it to create the `${wrksrc}` directory. Required if a package
|
- `create_wrksrc` Enable it to create the `${wrksrc}` directory. Required if a package
|
||||||
contains multiple `distfiles`.
|
contains multiple `distfiles`.
|
||||||
|
|
||||||
- `only_for_archs` This expects a separated list of architectures where the package can be
|
- `only_for_archs` This expects a separated list of architectures where
|
||||||
built matching `uname -m` output. Example `only_for_archs="x86_64 armv6l"`
|
the package can be built matching `uname -m` output. Reserved for uses
|
||||||
|
where the program really only will ever work on certain architectures, like
|
||||||
|
binary distributions or where the program is written in assembly. Example
|
||||||
|
`only_for_archs="x86_64 armv6l"`.
|
||||||
|
|
||||||
- `build_style` This specifies the `build method` for a package. Read below to know more
|
- `build_style` This specifies the `build method` for a package. Read below to know more
|
||||||
about the available package `build methods`. If `build_style` is not set,
|
about the available package `build methods`. If `build_style` is not set,
|
||||||
|
|
Loading…
Reference in New Issue