aboutsummaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: fc1f91cfccf9246b7d9bd5101fe97e6935747023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# file      : build/bootstrap.build
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license   : TBC; see accompanying LICENSE file

project = bbot

using build@0.4.0

version = 0.5.0-a1
revision = 0

using config
using dist

dist.package = $project-$version

if ($revision != 0)
  dist.package += +$revision

using test
using install