mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-26 18:01:03 +02:00
7 lines
321 B
Text
7 lines
321 B
Text
#compdef dpkg-repack
|
|
|
|
_arguments \
|
|
'--root=[take package from filesystem rooted on <dir>]:root dir:_files -/' \
|
|
'--arch=[force the package to be built for specified architecture]:architecture:_deb_architectures' \
|
|
'--generate[generate build directory but do not build deb]' \
|
|
'*:package:_deb_packages xinstalled'
|