aboutsummaryrefslogtreecommitdiff
path: root/bpkg-util/buildfile
blob: 271ea366070da70898d2e824e8b8d4383d4700a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# file      : bpkg-util/buildfile
# license   : MIT; see accompanying LICENSE file

import mods = libbutl.bash%bash{manifest-parser}

./: exe{bpkg-util-publish bpkg-util-manage} bash{package-archive}

exe{bpkg-util-publish}: in{publish} bash{utility}
exe{bpkg-util-manage}:  in{manage}  bash{utility package-archive}

# Public modules.
#
bash{package-archive}: in{package-archive} $mods

# Private modules.
#
bash{utility}: in{utility}