Examples (8)
Create or update the package manifest
ebuild path/to/file.ebuild manifestClean the temporary build directories for the build file
ebuild path/to/file.ebuild cleanFetch sources if they do not exist
ebuild path/to/file.ebuild fetchExtract the sources to a temporary build directory
ebuild path/to/file.ebuild unpackCompile the extracted sources
ebuild path/to/file.ebuild compileInstall the temporary files to the live filesystem
ebuild path/to/file.ebuild qmergeFetch, unpack, compile, install, and qmerge the specified ebuild file
ebuild path/to/file.ebuild mergemade by @shridhargupta | data from tldr-pages