qi.1 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.5.
  2. .TH QI "1" "April 2018" "qi 1.0-rc25" "User Commands"
  3. .SH NAME
  4. qi \- package manager
  5. .SH SYNOPSIS
  6. .B qi
  7. [\fI\,OPTION\/\fR...] [\fI\,FILE\/\fR]...
  8. .SH DESCRIPTION
  9. Qi \- A practical and user\-friendly package manager.
  10. .SS "Operation mode:"
  11. .TP
  12. \fB\-b\fR
  13. Build packages using recipes
  14. .TP
  15. \fB\-c\fR
  16. Create .tlz package from directory
  17. .TP
  18. \fB\-d\fR
  19. Delete packages
  20. .TP
  21. \fB\-i\fR
  22. Install packages
  23. .TP
  24. \fB\-o\fR
  25. Resolve build order through .order files
  26. .TP
  27. \fB\-u\fR
  28. Update packages (implies \fB\-i\fR, \fB\-d\fR with \fB\-p\fR)
  29. .TP
  30. \fB\-x\fR
  31. Extract packages for debugging purposes
  32. .SS "Common options:"
  33. .TP
  34. \fB\-N\fR
  35. Don't read the configuration file
  36. .TP
  37. \fB\-P\fR
  38. <DIR> Package directory for (de)installations;
  39. .IP
  40. only valid for \fB\-i\fR, \fB\-d\fR, or \fB\-u\fR options
  41. .TP
  42. \fB\-t\fR
  43. <DIR> Target directory for symbolic links;
  44. .IP
  45. only valid for \fB\-i\fR, \fB\-d\fR, or \fB\-u\fR options
  46. .TP
  47. \fB\-k\fR
  48. Keep (don't delete) srcdir or destdir
  49. Keep (don't delete) package directory
  50. this is for \fB\-b\fR, \fB\-d\fR or \fB\-u\fR options
  51. .TP
  52. \fB\-p\fR
  53. Prune conflicts on package (de)installation
  54. .TP
  55. \fB\-r\fR
  56. Use the named directory as the root directory
  57. for installing, deleting, or upgrading packages
  58. the target directory, and the package directory
  59. will all be relative to this specific directory
  60. .TP
  61. \fB\-v\fR
  62. Be verbose (a 2nd \fB\-v\fR gives more)
  63. .SS "Options for 'build' mode (-b):"
  64. .TP
  65. \fB\-O\fR
  66. <DIR> Where the produced packages are written
  67. .TP
  68. \fB\-W\fR
  69. <DIR> Where archives, patches, and recipes are expected
  70. .TP
  71. \fB\-Z\fR
  72. <DIR> Where (compressed) sources will be found
  73. .TP
  74. \fB\-a\fR
  75. Architecture to use [detected]
  76. .TP
  77. \fB\-f\fR
  78. Force proceeding with a recipe
  79. .TP
  80. \fB\-j\fR
  81. Parallel jobs for the compiler
  82. .TP
  83. \fB\-1\fR
  84. Increment release number (release + 1)
  85. .TP
  86. \fB\-n\fR
  87. Don't create a .tlz package
  88. .SS "Other options:"
  89. .TP
  90. \fB\-h\fR
  91. Display this help and exit
  92. .TP
  93. \fB\-V\fR
  94. Output version information
  95. .SS "Some influential environment variables:"
  96. .TP
  97. TMPDIR
  98. Temporary directory for sources
  99. .TP
  100. QICFLAGS
  101. C compiler flags
  102. .TP
  103. QICXXFLAGS
  104. C++ compiler flags
  105. .TP
  106. QILDFLAGS
  107. Linker flags
  108. .PP
  109. With no FILE, or when FILE is \-, read standard input.
  110. .SH COPYRIGHT
  111. Copyright \(co 2016\-2018 Matias Andres Fonzo.
  112. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  113. .br
  114. This is free software: you are free to change and redistribute it.
  115. There is NO WARRANTY, to the extent permitted by law.
  116. .SH "SEE ALSO"
  117. The full documentation for
  118. .B qi
  119. is maintained as a Texinfo manual. If the
  120. .B info
  121. and
  122. .B qi
  123. programs are properly installed at your site, the command
  124. .IP
  125. .B info qi
  126. .PP
  127. should give you access to the complete manual.