From 7c4f62a513adda0c52e5513353e585a198ab456a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 15 Feb 2019 10:34:05 -0200 Subject: Manual.md: document archs= --- Manual.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Manual.md') diff --git a/Manual.md b/Manual.md index b2b7a5d2522..916f42f7f98 100644 --- a/Manual.md +++ b/Manual.md @@ -668,6 +668,21 @@ used. - `fetch_cmd` Executable to be used to fetch URLs in `distfiles` during the `do_fetch` phase. +- `archs` Whitespace separated list of architectures that a package can be +built for. +Examples: + + ``` + # Build package only for musl architectures + archs="*-musl" + # Build package for x86_64-musl and any non-musl architecture + archs="x86_64-musl ~*-musl" + # Default value (all arches) + archs="*" + # Packages that do not depend on architecture-specific objects + archs=noarch + ``` + #### About the many types of `depends` variable. -- cgit v1.2.3