--- 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)