-
Notifications
You must be signed in to change notification settings - Fork 10
/
kpack.1.scdoc
60 lines (39 loc) · 1.47 KB
/
kpack.1.scdoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
KPACK(1)
# NAME
kpack - KnightOS cross packaging tool
# SYNOPSIS
*kpack* [options] _package_ _model_
# DESCRIPTION
Packages (or unpackages) KnightOS package archives from files on disk. You must
include a package config (_package.config_ by default) which will be read for
metadata. The _model_ directory is the root of the filesystem the package files
should be extracted to.
# OPTIONS
*-e, \--extract*
Extracts _package_ to _model_ instead of creating a package from _model_.
*-c, \--config* <config>
Specifies an alternate config file.
*-i, \--info*
Instead of packing or unpacking, instead list metadata included in the
package.
*-x, \--compressor* <compressor>
Specifies the compressor to use. Valid options are "pucrunch", "rle", and
"none". The default is pucrunch.
*-s, \--stubs*
Instructs kpack, when extracting packages, to create a package stub for the
extracted package. Specifying -s will also instruct kpack to omit the /include
directory when extracting the package.
*-k, \--sum* <checksum>
Specifies a checksum algorithm to use. Valid options are "crc16", "sha1",
"md5", and "none". The default is "crc16".
# CONFIGURATION
See *kpack*(5)
# EXAMPLES
*kpack castle.pkg ./temp*
Reads metadata from _packages.config_ and packages ./temp into castle.pkg.
# AUTHORS
Maintained by Drew DeVault <[email protected]>, who is assisted by other open
source contributors. For more information about kpkg development, see
https://github.com/KnightOS/kpkg.
# SEE ALSO
*kpack*(5)