aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-configure.cli
blob: 274a3c3f63cb040be67f4db8587081f5e6d65f44 (plain)
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
// file      : bpkg/pkg-configure.cli
// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

include <bpkg/configuration.cli>;

"\section=1"
"\name=bpkg-pkg-configure"
"\summary=configure package"

namespace bpkg
{
  {
    "<options> <pkg> <conf-var>",

    "\h|SYNOPSIS|

     \c{\b{bpkg pkg-configure} [<options>] <pkg> [<conf-var>...]}

     \h|DESCRIPTION|

     The \cb{pkg-configure} command configures the previously unpacked
     (\l{bpkg-pkg-unpack(1)}) package. The package inherits the common
     \cb{build2} configuration values that were specified when creating the
     configuration (\l{bpkg-cfg-create(1)}). Additional, package-specific
     configuration variables can be specified after the package name."
  }

  class pkg_configure_options: configuration_options
  {
    "\h|PKG-CONFIGURE OPTIONS|"
  };
}