aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/makepkg.fish
blob: 0443a64cdda180cdec38f8b23985d33140b30c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Completions for makepkg 4, the Archlinux utility to build packages from source
# Author: Giorgio Lando <patroclo7@gmail.com>
#         SanskritFritz (gmail)

complete -c makepkg      -l 'asroot'        -d 'Allow makepkg to run as root'
complete -c makepkg -s A -l 'ignorearch'    -d 'Ignore missing or incomplete arch field'
complete -c makepkg -s c -l 'clean'         -d 'Clean up work files after build'
complete -c makepkg      -l 'config'        -d 'Use alternate config <file>'
complete -c makepkg -s d -l 'nodeps'        -d 'Do not perform dependency checks'
complete -c makepkg -s e -l 'noextract'     -d 'Do not extract source files'
complete -c makepkg -s f -l 'force'         -d 'Force rebuild of the package'
complete -c makepkg -s g -l 'geninteg'      -d 'Generate integrity checks'
complete -c makepkg      -l 'skipinteg'     -d 'Do not perform integrity checks'
complete -c makepkg      -l 'skipchecksums' -d 'Do not verify checksums'
complete -c makepkg      -l 'skippgpcheck'  -d 'Do not verify PGP signatures'
complete -c makepkg -s h -l 'help'          -d 'Display syntax and command line options'
complete -c makepkg      -l 'holdver'       -d 'No automatic bump of pkgver'
complete -c makepkg -s i -l 'install'       -d 'Install the package after build'
complete -c makepkg -s L -l 'log'           -d 'Enable makepkg build logging'
complete -c makepkg -s m -l 'nocolor'       -d 'Disable color in output messages'
complete -c makepkg -s o -l 'nobuild'       -d 'Only download and extract files'
complete -c makepkg -s p                    -d 'Use alternative <buildscript>'
complete -c makepkg -s r -l 'rmdeps'        -d 'Remove installed deps after build'
complete -c makepkg -s R -l 'repackage'     -d 'Repackage without rebuilding'
complete -c makepkg -s s -l 'syncdeps'      -d 'Install missing dependencies'
complete -c makepkg -s S -l 'source'        -d 'Build a source-only tarball for AUR'
complete -c makepkg      -l 'allsource'     -d 'Build a source-only GPL tarball for AUR'
complete -c makepkg      -l 'pkg'           -d 'Only build <packages> from a split package'
complete -c makepkg      -l 'check'         -d 'Run the check function in the PKGBUILD'
complete -c makepkg      -l 'nocheck'       -d 'Do not run the check function in the PKGBUILD'
complete -c makepkg      -l 'sign'          -d 'Sign the resulting package with gpg'
complete -c makepkg      -l 'nosign'        -d 'Do not create a signature for the package'
complete -c makepkg      -l 'key'           -d 'Specify a <key> to use when signing'
complete -c makepkg      -l 'noconfirm'     -d 'Passed to pacman: --noconfirm'
complete -c makepkg      -l 'noprogressbar' -d 'Passed to pacman: --noprogressbar'