mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-30 17:50:58 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			328 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			328 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #compdef tpkg-install tpkg-make tpkg-debarch tpkg-update tpkg-install-libc
 | |
| 
 | |
| local expl
 | |
| 
 | |
| (( CURRENT == 2 )) &&
 | |
| _wanted target expl 'target platform' \
 | |
|    compadd alpha-linux arm-linux hppa-linux i{3..6}86-linux ia32-linux ia64-linux m68k-linux \
 | |
|            mipsel-linux mips-linux ppc-linux powerpc-linux sparc-linux s390-linux
 | |
| 
 |