summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-07-22 17:13:08 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-07-22 17:13:08 +0300
commita55f55b0c8b7f5858f909e75481cddb92b2271ab (patch)
tree2a145f65294cab5c0d5ffe27ecef274c1d105f58
parent3f7de3ad1271dedbadcc3bd5db3837a221d0fa40 (diff)
Release version 1.0.0+9v1.0.0+9
Bump project requirements for build2 to 0.14.0 Move package description from manifest to README.md file
-rw-r--r--hello/README.md5
-rw-r--r--hello/buildfile2
-rw-r--r--hello/manifest12
3 files changed, 10 insertions, 9 deletions
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