#compdef vbuilder typeset -A opt_args _arguments \ "--version[set \[version\]]:keyword:(4.2 5.2 VineSeed)" \ "--arch[set \[arch\]]:keyword:(i386)" \ "--category[set \[categories\]]:keyword:(main plus nonfree test proposed_updatges security)" \ "--dist-upgrade[make VineSeed bootstrap via 5.2]" \ "--unionfs[cover a bootstrap with unionfs]" \ "--target[build rpms with \[target\]]" \ "--with-compat32[build rpms with compat32 on bootstrap]" \ "--rpmbuild-with[give a option --with \[bcond_with\] to rpmbuild]" \ "--sign[sign built rpms]" \ "--no-install[build only a source rpm - do NOT install a built rpm]" \ "--bootstrap-dir[set a bootstrap directory]" \ "--cache-dir[set a directory to cache rpms]" \ "--built-rpms-dir[set a directory to store built rpms in chroot]" \ "--clean[clean bootstrap of \[version\]]" \ "--build[build bootstrap of \[version\]]" \ "--build-rpm[build \[src.rpm\] on bootstrap]" \ "--install-rpm[install \[arch.rpm\|package\] on bootstrap]" \ "--remove-rpm[remove \[package\] on bootstarp]" \ "--show-info[show basic informations and logs in chroot]" \ '1:file:_files' \ && return 0