summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-30 18:43:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-30 18:43:00 +0300
commitfc6ea551acb890443cbe07f3af36330d26b37dc3 (patch)
tree0a451427dfa8a1c5e2ac6ab7d924ea0df13b311a
parent0c71feb0363b337152f11e301303f85f9621c148 (diff)
Add src-url manifest value
-rw-r--r--libformat/manifest1
-rw-r--r--libmformat/manifest1
2 files changed, 2 insertions, 0 deletions
diff --git a/libformat/manifest b/libformat/manifest
index 23cf1bb..1b8beb0 100644
--- a/libformat/manifest
+++ b/libformat/manifest
@@ -9,6 +9,7 @@ A simple library that implements the "Hello World" formatting in C++.
\
url: http://www.example.org/libformat
email: hello-users@example.org
+src-url: https://git.build2.org/cgit/hello/libformat/tree/libformat
build-email: builds@build2.org
requires: c++11
depends: * build2 >= 0.5.0-
diff --git a/libmformat/manifest b/libmformat/manifest
index 97ee836..eb6439d 100644
--- a/libmformat/manifest
+++ b/libmformat/manifest
@@ -10,6 +10,7 @@ modules.
\
url: http://www.example.org/libmformat
email: hello-users@example.org
+src-url: https://git.build2.org/cgit/hello/libformat/tree/libmformat
build-email: builds@build2.org
build-exclude: *-msvc_15u0* ; Broken C++ modules support
build-include: *-msvc_15*