improve ahriman

* fix dependency list for packaging
* add ability to rebuild everything or skip specific things during an
  update
* add architecture configuration
* fix file and directory removals
This commit is contained in:
2021-03-07 06:55:00 +03:00
parent 088698d8e1
commit b69076eb18
11 changed files with 108 additions and 59 deletions

View File

@ -13,9 +13,9 @@ AUR related configuration:
* `url` - base url for AUR, string, required.
## `build` group
## `build_*` groups
Build related configuration:
Build related configuration. Group name must refer to architecture, e.g. it should be `build_x86_64` for x86_64 architecture.
* `archbuild_flags` - additional flags passed to `archbuild` command, space separated list of strings, optional.
* `build_command` - default build command, string, required.