summaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: 34e25a22bcdef2f41c40d7795c06fdd35361eb1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project = hello

using build@0.4.0

version = 1.0.0
revision = 0

dist.package = $project-$version

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

using config
using dist
using test
using install