123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.5.
- .TH QI "1" "April 2018" "qi 1.0-rc25" "User Commands"
- .SH NAME
- qi \- package manager
- .SH SYNOPSIS
- .B qi
- [\fI\,OPTION\/\fR...] [\fI\,FILE\/\fR]...
- .SH DESCRIPTION
- Qi \- A practical and user\-friendly package manager.
- .SS "Operation mode:"
- .TP
- \fB\-b\fR
- Build packages using recipes
- .TP
- \fB\-c\fR
- Create .tlz package from directory
- .TP
- \fB\-d\fR
- Delete packages
- .TP
- \fB\-i\fR
- Install packages
- .TP
- \fB\-o\fR
- Resolve build order through .order files
- .TP
- \fB\-u\fR
- Update packages (implies \fB\-i\fR, \fB\-d\fR with \fB\-p\fR)
- .TP
- \fB\-x\fR
- Extract packages for debugging purposes
- .SS "Common options:"
- .TP
- \fB\-N\fR
- Don't read the configuration file
- .TP
- \fB\-P\fR
- <DIR> Package directory for (de)installations;
- .IP
- only valid for \fB\-i\fR, \fB\-d\fR, or \fB\-u\fR options
- .TP
- \fB\-t\fR
- <DIR> Target directory for symbolic links;
- .IP
- only valid for \fB\-i\fR, \fB\-d\fR, or \fB\-u\fR options
- .TP
- \fB\-k\fR
- Keep (don't delete) srcdir or destdir
- Keep (don't delete) package directory
- this is for \fB\-b\fR, \fB\-d\fR or \fB\-u\fR options
- .TP
- \fB\-p\fR
- Prune conflicts on package (de)installation
- .TP
- \fB\-r\fR
- Use the named directory as the root directory
- for installing, deleting, or upgrading packages
- the target directory, and the package directory
- will all be relative to this specific directory
- .TP
- \fB\-v\fR
- Be verbose (a 2nd \fB\-v\fR gives more)
- .SS "Options for 'build' mode (-b):"
- .TP
- \fB\-O\fR
- <DIR> Where the produced packages are written
- .TP
- \fB\-W\fR
- <DIR> Where archives, patches, and recipes are expected
- .TP
- \fB\-Z\fR
- <DIR> Where (compressed) sources will be found
- .TP
- \fB\-a\fR
- Architecture to use [detected]
- .TP
- \fB\-f\fR
- Force proceeding with a recipe
- .TP
- \fB\-j\fR
- Parallel jobs for the compiler
- .TP
- \fB\-1\fR
- Increment release number (release + 1)
- .TP
- \fB\-n\fR
- Don't create a .tlz package
- .SS "Other options:"
- .TP
- \fB\-h\fR
- Display this help and exit
- .TP
- \fB\-V\fR
- Output version information
- .SS "Some influential environment variables:"
- .TP
- TMPDIR
- Temporary directory for sources
- .TP
- QICFLAGS
- C compiler flags
- .TP
- QICXXFLAGS
- C++ compiler flags
- .TP
- QILDFLAGS
- Linker flags
- .PP
- With no FILE, or when FILE is \-, read standard input.
- .SH COPYRIGHT
- Copyright \(co 2016\-2018 Matias Andres Fonzo.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- .br
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- .SH "SEE ALSO"
- The full documentation for
- .B qi
- is maintained as a Texinfo manual. If the
- .B info
- and
- .B qi
- programs are properly installed at your site, the command
- .IP
- .B info qi
- .PP
- should give you access to the complete manual.
|