File: mpk-help

package info (click to toggle)
pcb 20140316-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 22,212 kB
  • ctags: 16,012
  • sloc: ansic: 123,955; sh: 7,306; yacc: 5,087; pascal: 4,118; makefile: 1,559; perl: 552; lex: 438; awk: 157; lisp: 86; tcl: 63; xml: 20
file content (13 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
echo "Usage:
* $prog build <package>   - Download, unpack, and build a package.
* $prog unpack <package>  - Download and unpack a package.
* $prog source <package>  - Download a source package.
* $prog remove <package>  - Remove an installed package.
* $prog install <package> - Install a previously built package.
* $prog clean <package>   - Clean the build directory of a package.
* $prog shell [package]   - Enters a shell with a pre-defined environment.
* $prog --version         - Show the current Minipack version.
* $prog --help            - Show this screen.

Report bugs to http://code.google.com/p/minipack/issues/list"