summaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: 7c5dd61fae0ec35d3c9e2e977ef19b4c690ef9a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# file      : build/bootstrap.build
# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

project = cli

using build@0.4.0

version = 1.2.0-a2
revision = 0

dist.package = $project-$version

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

using config
using dist
using test
using install