diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-29 09:27:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-29 09:27:08 +0200 |
commit | a0950f84b17c16a93666a73252d9222fd093416b (patch) | |
tree | 61cb0641df1336ed100a1ccfe34d95231a4c724c /build | |
parent | b7970d20bd1f47de01ac40f7e471f6254a584c9d (diff) |
Add dist support
Diffstat (limited to 'build')
-rw-r--r-- | build/bootstrap.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 4c443a9..3023b45 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,5 +3,9 @@ # license : MIT; see accompanying LICENSE file project = libbpkg +version = 0.1.0 using config +using dist using test + +dist.package = $project-$version |