From a55f55b0c8b7f5858f909e75481cddb92b2271ab Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 22 Jul 2022 17:13:08 +0300 Subject: Release version 1.0.0+9 Bump project requirements for build2 to 0.14.0 Move package description from manifest to README.md file --- hello/README.md | 5 +++++ hello/buildfile | 2 +- hello/manifest | 12 ++++-------- 3 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 hello/README.md diff --git a/hello/README.md b/hello/README.md new file mode 100644 index 0000000..02fe205 --- /dev/null +++ b/hello/README.md @@ -0,0 +1,5 @@ +# hello + +A simple program that implements the "Hello World" example in C++ using the +`libhello` library. Its primary goal is to show a canonical `build2`/`bpkg` +project/package. diff --git a/hello/buildfile b/hello/buildfile index bca55a2..4bec3bc 100644 --- a/hello/buildfile +++ b/hello/buildfile @@ -1 +1 @@ -./: {*/ -build/} manifest +./: {*/ -build/} doc{README.md} manifest diff --git a/hello/manifest b/hello/manifest index 0bda2ee..d570900 100644 --- a/hello/manifest +++ b/hello/manifest @@ -1,19 +1,15 @@ : 1 name: hello -version: 1.0.0+8 +version: 1.0.0+9 summary: The "Hello World" example program license: MIT ; MIT License. topics: hello world example -description:\ -A simple program that implements the "Hello World" example in C++ using the -libhello library. Its primary goal is to show a canonical build2/bpkg -project/package. -\ +description-file: README.md url: https://git.build2.org/cgit/hello/hello src-url: https://git.build2.org/cgit/hello/hello/tree/hello 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 depends: libhello ^1.0.0 -- cgit v1.1