From 7a8854513c444bc841c9c0906db3fea2d57134a6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 22 Jul 2022 17:10:42 +0300 Subject: Release version 1.0.0+10 Bump project requirements for build2 to 0.14.0 Move package description from manifest to README.md file --- libformat/README.md | 3 +++ libformat/buildfile | 2 +- libformat/manifest | 10 ++++------ 3 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 libformat/README.md (limited to 'libformat') 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 -- cgit v1.1