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