fish-shell/share/completions/makepkg.fish
patroclo7 5064cec16d makepkg-completions
Completions for makepkg, the archlinux tool to build packages from source

darcs-hash:20071218002337-782a0-b2f26f1e8ed35e6180785f077a7a0af99f5ea804.gz
2007-12-18 10:23:37 +10:00

20 lines
1.4 KiB
Fish

# Completions for makepkg, the archlinux utility to build packages from source
# Author: Giorgio Lando <patroclo7@gmail.com>
complete -c makepkg -f -s b -l builddeps -d 'Build missing deps from source'
complete -c makepkg -f -s c -l clean -d 'Clean left work files and dirs'
complete -c makepkg -f -s C -l cleancache -d 'Removed all cached work files'
complete -c makepkg -f -s d -l nodeps -d 'Do not check deps'
complete -c makepkg -f -s e -l noextract -d 'Do not extract source files'
complete -c makepkg -f -s f -l force -d 'Force rebuild of the package'
complete -c makepkg -f -s g -l geninteg -d 'Generate integrity checks'
complete -c makepkg -f -s h -l help -d 'Output syntax and options'
complete -c makepkg -f -s i -l install -d 'Install or upgrade the built package with pacman'
complete -c makepkg -f -s m -l nocolor -d 'Disable colors'
complete -c makepkg -f -s o -l nobuild -d 'Download and extract the sources only'
complete -c makepkg -s p -d 'Use alternative build script'
complete -c makepkg -f -s r -l rmdeps -d 'Removed installed deps after build'
complete -c makepkg -f -s R -l repackage -d 'Repackage without rebuilding'
complete -c makepkg -f -s s -l syncdeps -d 'Install deps with pacman'
complete -c makepkg -f -s S -l usesudo -d 'Use sudo for pacman operations'
complete -c makepkg -f -l noprogressbar -d 'Tell pacman to not display a progressbar'
complete -c makepkg -f -l noconfirm -d 'Prevent pacman from making questions'