aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-29 20:58:19 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-29 20:58:44 +0300
commit5fa12c54ad71feb0d493537ceed4d1a1d8208943 (patch)
tree0167a2a59a9987131c988b5436f29f13b3bb9b74 /libbpkg/manifest.hxx
parent6d28b0449f27781b94a0b6633db728a323efd71e (diff)
Add support for src-url and doc-url package manifest values
Diffstat (limited to 'libbpkg/manifest.hxx')
-rw-r--r--libbpkg/manifest.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx
index ccc52a6..908eb81 100644
--- a/libbpkg/manifest.hxx
+++ b/libbpkg/manifest.hxx
@@ -365,6 +365,8 @@ namespace bpkg
butl::optional<text_file> description;
std::vector<text_file> changes;
url_type url;
+ butl::optional<url_type> doc_url;
+ butl::optional<url_type> src_url;
butl::optional<url_type> package_url;
email_type email;
butl::optional<email_type> package_email;