aboutsummaryrefslogtreecommitdiff
path: root/build/export.build
blob: 2a15acc8b2e08edcce94606cac88253b1638d76d (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-util/
}

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