1bpkg-pkg-configure(1)       General Commands Manual      bpkg-pkg-configure(1)
2
3
4

NAME

6       bpkg-pkg-configure - configure package
7

SYNOPSIS

9       bpkg pkg-configure [options] [cfg-var...] pkg
10

DESCRIPTION

12       The  pkg-configure  command  configures  either the previously unpacked
13       (bpkg-pkg-unpack(1), bpkg-pkg-checkout(1)) source  code  package  or  a
14       package that is present in the system.
15
16       A  source  code package inherits the common build2 configuration values
17       that were specified  when  creating  the  configuration  (bpkg-cfg-cre‐
18       ate(1)).  Additional  package-specific  configuration  variables can be
19       passed to pkg-configure (cfg-var).
20
21       A system package is specified using the sys:pkg[/ver]  syntax.  If  the
22       package  version  (ver)  is  not specified, then it is considered to be
23       unknown but satisfying any dependency constraint.  Such  a  version  is
24       displayed as *.
25

PKG-CONFIGURE OPTIONS

27       --directory|-d dir
28              Assume  configuration is in dir rather than in the current work‐
29              ing directory.
30

COMMON OPTIONS

32       The common options are summarized below with a more  detailed  descrip‐
33       tion available in bpkg-common-options(1).
34
35       -v     Print essential underlying commands being executed.
36
37       -V     Print all underlying commands being executed.
38
39       --quiet|-q
40              Run quietly, only printing error messages.
41
42       --verbose level
43              Set the diagnostics verbosity to level between 0 and 6.
44
45       --jobs|-j num
46              Number of jobs to perform in parallel.
47
48       --no-result
49              Don't print informational messages about the outcome of perform‐
50              ing a command.
51
52       --no-progress
53              Suppress progress indicators for long-lasting  operations,  such
54              as network transfers, building, etc.
55
56       --build path
57              The build program to be used to build packages.
58
59       --build-option opt
60              Additional option to be passed to the build program.
61
62       --fetch path
63              The fetch program to be used to download resources.
64
65       --fetch-option opt
66              Additional option to be passed to the fetch program.
67
68       --fetch-timeout sec
69              The fetch and fetch-like (for example, git) program timeout.
70
71       --git path
72              The git program to be used to fetch git repositories.
73
74       --git-option opt
75              Additional common option to be passed to the git program.
76
77       --sha256 path
78              The sha256 program to be used to calculate SHA256 sums.
79
80       --sha256-option opt
81              Additional option to be passed to the sha256 program.
82
83       --tar path
84              The tar program to be used to extract package archives.
85
86       --tar-option opt
87              Additional option to be passed to the tar program.
88
89       --openssl path
90              The openssl program to be used for crypto operations.
91
92       --openssl-option opt
93              Additional option to be passed to the openssl program.
94
95       --auth type
96              Types of repositories to authenticate.
97
98       --trust fingerprint
99              Trust repository certificate with a SHA256 fingerprint.
100
101       --trust-yes
102              Assume the answer to all authentication prompts is yes.
103
104       --trust-no
105              Assume the answer to all authentication prompts is no.
106
107       --pager path
108              The pager program to be used to show long text.
109
110       --pager-option opt
111              Additional option to be passed to the pager program.
112
113       --options-file file
114              Read additional options from file.
115
116       --default-options dir
117              The directory to load additional default options files from.
118
119       --no-default-options
120              Don't load default options files.
121

DEFAULT OPTIONS FILES

123       See  bpkg-default-options-files(1)  for  an  overview  of  the  default
124       options files. For the pkg-configure command the search start directory
125       is  the  configuration  directory.  The  following  options  files  are
126       searched for in each directory and,  if  found,  loaded  in  the  order
127       listed:
128
129       bpkg.options
130       bpkg-pkg-configure.options
131
132       The  following pkg-configure command options cannot be specified in the
133       default options files:
134
135       --directory|-d
136

BUGS

138       Send bug reports to the users@build2.org mailing list.
139
141       Copyright (c) 2014-2019 Code Synthesis Ltd
142
143       Permission is granted to copy, distribute and/or modify  this  document
144       under the terms of the MIT License.
145
146
147
148bpkg 0.12.0                      November 2019           bpkg-pkg-configure(1)
Impressum