summaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: 910171658bb61c6c745de40d00a8159eb8e5e0af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project = libformat
version = 1.0.0
revision = 0

using config
using dist
using install

dist.package = $project-$version

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