mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
8 lines
378 B
Plaintext
8 lines
378 B
Plaintext
#compdef dpkg-repack
|
|
|
|
_arguments \
|
|
'--root=[take package from filesystem rooted on <dir>]:root dir:_files -/' \
|
|
'--arch=[force the package to be built for architecture <arch>]:architecture:(alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 sparc)' \
|
|
'--generate[generate build directory but do not build deb]' \
|
|
'*:package:_deb_packages xinstalled'
|