forked from venomlinux/scratchpkg
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpkgbuild.8
More file actions
88 lines (83 loc) · 1.74 KB
/
pkgbuild.8
File metadata and controls
88 lines (83 loc) · 1.74 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
." Man page for pkgbuild
."
.TH pkgbuild 8 "" ""
.SH NAME
pkgbuild - package creator
.SH SYNOPSIS
pkgbuild <options>
.SH DESCRIPTION
\fIpkgbuild\fP is a tool to build package from ports. Is will source \fIspkgbuild\fP
to get build information before creating package. Package is created into
\fI<name>-<version>-<release>.spkg.tar.xz\fP format. To build package, you need
change into port directory before run \fIpkgbuild\fP command.
.SH OPTIONS
.TP
.B "-i, --install"
install package into system
.TP
.B "-u, --upgrade"
upgrade package
.TP
.B "-r, --reinstall"
reinstall package
.TP
.B "-c, --ignore-conflict"
ignore conflict when installing package
.TP
.B "-v, --verbose"
verbose install process
.TP
.B "-f, --force-rebuild"
rebuild package
.TP
.B "-m, --skip-mdsum"
skip md5sum checking
.TP
.B "-g, --genmdsum"
generate md5sum
.TP
.B "-o, --download"
download only source file
.TP
.B "-x, --extract"
extract only source file
.TP
.B "-w, --keep-work"
keep working directory
.TP
.B "-s, --silent"
print install message in simple format
.TP
.B "-h, --help"
show this help message
.TP
.B "--srcdir=<path>"
override directory path for sources
.TP
.B "--pkgdir=<path>"
override directory path for compiled package
.TP
.B "--no-prebuild"
skip prebuild script before build package
.TP
.B "--no-preinstall"
skip preinstall script before install package
.TP
.B "--no-postinstall"
skip postinstall script after install package
.TP
.B "--no-preupgrade"
skip preupgrade script before upgrade package
.TP
.B "--no-postupgrade"
skip postupgrade script after upgrade package
.TP
.B "--no-backup"
skip backup configuration file when upgrading package
.TP
.B "--redownload"
re-download source file
.SH AUTHOR
Emmett1 <emmett1.2miligrams@gmail.com>
.SH SEE ALSO
pkgadd(8), pkgdel(8), revdep(8)