diff options
-rw-r--r-- | build/bootstrap.build | 5 | ||||
-rw-r--r-- | buildfile | 3 | ||||
-rw-r--r-- | manifest | 8 |
3 files changed, 16 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build new file mode 100644 index 0000000..d8fdbce --- /dev/null +++ b/build/bootstrap.build @@ -0,0 +1,5 @@ +project = libbaz + +using config +using version +using dist diff --git a/buildfile b/buildfile new file mode 100644 index 0000000..4979db0 --- /dev/null +++ b/buildfile @@ -0,0 +1,3 @@ +import style_basic = style-basic%exe{style-basic} + +./: file{manifest} diff --git a/manifest b/manifest new file mode 100644 index 0000000..00a1813 --- /dev/null +++ b/manifest @@ -0,0 +1,8 @@ +: 1 +name: libbaz +version: 1.0.0 +summary: libbaz +license: MIT +url: http://example.org/libbaz +email: pkg@example.org +depends: style-basic >= 1.0.0 |