blob: 2df8b4402744208f5dffbd1f75e008afa7c7ab40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : build/bootstrap.build
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = bpkg
version = 0.3.0-a1
using build@0.2.0
using config
using dist
using install
dist.package = $project-$version
|