aboutsummaryrefslogtreecommitdiff
path: root/build/export.build
blob: 1ac1b487a5bb1d3fd36aa98dd24e5afe1c79406d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : build/export.build
# license   : MIT; see accompanying LICENSE file

$out_root/
{
  include bpkg-rep/
}

switch $import.target
{
  case exe{bpkg-rep-publish}
  case bash{package-archive}
    export $out_root/bpkg-rep/$import.target
}