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

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

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

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

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

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