aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-bindist.hxx
blob: 3a756f84881184b57fa6b3d0b713407ce6ba1e0d (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
// file      : bpkg/pkg-bindist.hxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#ifndef BPKG_PKG_BINDIST_HXX
#define BPKG_PKG_BINDIST_HXX

#include <bpkg/types.hxx>
#include <bpkg/utility.hxx>

#include <bpkg/pkg-command.hxx>
#include <bpkg/pkg-bindist-options.hxx>

namespace bpkg
{
  // Note that for now it doesn't seem we need to bother with package-
  // specific configuration variables so it's scanner instead of
  // group_scanner.
  //
  int
  pkg_bindist (const pkg_bindist_options&, cli::scanner&);

  pkg_bindist_options
  merge_options (const default_options<pkg_bindist_options>&,
                 const pkg_bindist_options&);
}

#endif // BPKG_PKG_BINDIST_HXX