diff options
author | 2017-11-13 16:12:08 +0900 | |
---|---|---|
committer | 2020-02-20 01:46:56 +0700 | |
commit | 3b8349dcfadc625dd859b78cfeb054c5f6bfff12 (patch) | |
tree | b94f6a96b960afff6ea7328e3b01a2ca135d4544 /src/_portage | |
parent | remove OpenRC completions (diff) | |
download | zsh-completion-3b8349dcfadc625dd859b78cfeb054c5f6bfff12.tar.gz zsh-completion-3b8349dcfadc625dd859b78cfeb054c5f6bfff12.tar.bz2 zsh-completion-3b8349dcfadc625dd859b78cfeb054c5f6bfff12.zip |
_portage: add configure and prepare,test completions
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
Diffstat (limited to 'src/_portage')
-rw-r--r-- | src/_portage | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/_portage b/src/_portage index ed2ade5..1c43ac4 100644 --- a/src/_portage +++ b/src/_portage @@ -11,7 +11,10 @@ _ebuild () { 'fetch[Fetch all necessary files]' \ 'digest[Creates a digest file for the package]' \ 'unpack[Extracts the sources to a subdirectory in the build directory]' \ + 'prepare[Prepares the extracted sources by running the src_prepare()]' \ + 'configure[Configures the extracted sources by running the src_configure()]' \ 'compile[Compiles the extracted sources by running the src_compile()]' \ + 'test[Runs package-specific test cases to verify that everything was built properly]' \ 'preinst[Run specific actions that need to be done before installation]' \ 'install[Installs the package to the temporary install directory]' \ 'postinst[Run specific actions that need to be done after installation]' \ |