summaryrefslogtreecommitdiff
path: root/build/bootstrap.build
blob: b7ab91357d59dce1fa66bf0a9780d89e81fe3659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
project = libhello

using build@0.4.0-a1

version = 1.0.1

abi_major = 1
abi_minor = 0
abi_patch = 1
abi_prerelease = false

revision = 0

dist.package = $project-$version

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

using config
using dist
using test
using install