From ea101f12ba25e7b0a91f39fac8b86c9218c2a073 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 22 Jul 2022 17:09: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 --- libprint/README.md | 3 +++ libprint/buildfile | 2 +- libprint/manifest | 10 ++++------ 3 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 libprint/README.md diff --git a/libprint/README.md b/libprint/README.md new file mode 100644 index 0000000..b4312cd --- /dev/null +++ b/libprint/README.md @@ -0,0 +1,3 @@ +# libprint + +A simple library that implements the "Hello World" example printer in C++. diff --git a/libprint/buildfile b/libprint/buildfile index 3ac0526..9a5145b 100644 --- a/libprint/buildfile +++ b/libprint/buildfile @@ -1,4 +1,4 @@ -./: {*/ -build/} manifest +./: {*/ -build/} doc{README.md} manifest # Don't install tests. # diff --git a/libprint/manifest b/libprint/manifest index aaefe53..b307cb0 100644 --- a/libprint/manifest +++ b/libprint/manifest @@ -1,17 +1,15 @@ : 1 name: libprint -version: 1.0.0+9 +version: 1.0.0+10 project: hello summary: The "Hello World" example printer library license: MIT ; MIT License. topics: hello world example -description:\ -A simple library that implements the "Hello World" example printer in C++. -\ +description-file: README.md url: https://git.build2.org/cgit/hello/libprint src-url: https://git.build2.org/cgit/hello/libprint/tree/libprint 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