blob: 07c1a64dba3b206c2ba38adbfc9f2b28c5c65d06 (
plain) (
tree)
|
|
---
argument_specs:
main:
short_description: makepkg main entrypoint.
options:
makepkg_root_build_dir:
type: path
required: true
description: Local build directory
makepkg_package_name:
type: str
required: true
description: Package name (from the AUR)
makepkg_user:
type: str
required: true
description: User for building the package
makepkg_mirror_url:
type: str
required: true
description: Mirror url (usually the AUR)
|