sbopkg 0.34.1 Usage: sbopkg [OPTIONS] Options are: -b pkg/queue(s) Build the specified package(s). If one or more queuefiles are specified, build the packages they refer to. -c Check for updates to installed packages. -d localdir Location of local copy of the repositories. -e error_action Specify what sbopkg is supposed to do on build errors. Valid options are: ask (default), continue, stop. -f file Override default configuration file with specified file. -g package(s) General search for packages matching string. -h Display this help message. -i pkg/queue(s) Like '-b', but also install built packages. -k Skip installed packages when building. -l Display the repo's ChangeLog.txt and then quit. -o Display the obsolete source files & prompt for deletion. -P List uninstalled cached package files & prompt for deletion. -p List installed packages from active repo. -q Quiet some of the command-line output. -r Sync the remote repository with the local mirror and then quit. -R Preview the READMEs before starting the build process. -s package(s) Specific search by specific package and, if found, display package information. -u Check for an update to sbopkg. -v Print sbopkg's version on stdout. -V repo/branch Set the repository/branch. The repo is optional and, if not given, sbopkg will try to make the best match, starting with the default repo. For a list of valid repos, issue '-V ?' Note: multiple arguments to -b, -g, -i, and -s must be quoted ("pkg1 pkg2") or can be specified multiple times (-i foo -i bar). If using the latter syntax, build options may also be passed on the command line on a per app basis using the -b or -i flags in colon-separated groups (where whitespace must also be quoted). For example, '-i app:opt1="arg1 arg2":opt2=arg1 app2'