diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-10-12 12:18:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-10-12 12:18:49 +0200 |
commit | 21758878a3b902ba06aaf2945edc626b367f2dbd (patch) | |
tree | 64be065c27e88150efd180554ce879b65b120e6d /tests/repository/1/common/libhello-1.0.0/manifest | |
parent | 384a3287548786990745c88a7da652a179a4731f (diff) |
Rework test script
Diffstat (limited to 'tests/repository/1/common/libhello-1.0.0/manifest')
-rw-r--r-- | tests/repository/1/common/libhello-1.0.0/manifest | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/repository/1/common/libhello-1.0.0/manifest b/tests/repository/1/common/libhello-1.0.0/manifest new file mode 100644 index 0000000..065eb38 --- /dev/null +++ b/tests/repository/1/common/libhello-1.0.0/manifest @@ -0,0 +1,10 @@ +: 1 +name: libhello +version: 1.0.0 +summary: The Hello World example library +license: MIT +tags: c++, hello, world, example +description: A simple library that implements the Hello World example in\ + C++. Its primary goal is to show a canonical build2/bpkg project/package. +url: http://www.example.org/libhello +email: hello-users@example.org |