blob: 91774093e1fb1515b233c2307d519970c0a8dcbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# file : bpkg-rep/buildfile
# license : MIT; see accompanying LICENSE file
import mods = libbutl.bash%bash{manifest-parser}
./: exe{bpkg-rep-publish} bash{package-archive}
exe{bpkg-rep-publish}: in{publish} bash{utility}
# Public modules.
#
bash{package-archive}: in{package-archive} $mods
# Private modules.
#
bash{utility}: in{utility}
|