diff options
-rw-r--r-- | libformat/README.md | 3 | ||||
-rw-r--r-- | libformat/buildfile | 2 | ||||
-rw-r--r-- | libformat/manifest | 10 |
3 files changed, 8 insertions, 7 deletions
diff --git a/libformat/README.md b/libformat/README.md new file mode 100644 index 0000000..2c5b890 --- /dev/null +++ b/libformat/README.md @@ -0,0 +1,3 @@ +# libformat + +A simple library that implements the "Hello World" formatting in C++. diff --git a/libformat/buildfile b/libformat/buildfile index 3ac0526..9a5145b 100644 --- a/libformat/buildfile +++ b/libformat/buildfile @@ -1,4 +1,4 @@ -./: {*/ -build/} manifest +./: {*/ -build/} doc{README.md} manifest # Don't install tests. # diff --git a/libformat/manifest b/libformat/manifest index 4ef980c..19fdaa6 100644 --- a/libformat/manifest +++ b/libformat/manifest @@ -1,17 +1,15 @@ : 1 name: libformat -version: 1.0.0+9 +version: 1.0.0+10 project: hello summary: The "Hello World" example formatter library license: MIT ; MIT License. topics: hello world example -description:\ -A simple library that implements the "Hello World" formatting in C++. -\ +description-file: README.md url: https://git.build2.org/cgit/hello/libformat src-url: https://git.build2.org/cgit/hello/libformat/tree/libformat email: users@build2.org build-warning-email: builds@build2.org builds: all -depends: * build2 >= 0.14.0- -depends: * bpkg >= 0.14.0- +depends: * build2 >= 0.14.0 +depends: * bpkg >= 0.14.0 |