diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-04 13:47:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-04 13:47:35 +0200 |
commit | ce6eb3555b1264c14563eb383c25f4132c0d2a89 (patch) | |
tree | f8ae90c809161d63e71efaa67d1005631ade6f2d /bpkg/manifest | |
parent | 213f575151429bbfa0869e6d2fe99c1bbc785ce1 (diff) |
Add location to package manifest
Diffstat (limited to 'bpkg/manifest')
-rw-r--r-- | bpkg/manifest | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bpkg/manifest b/bpkg/manifest index 10d1980..0f03371 100644 --- a/bpkg/manifest +++ b/bpkg/manifest @@ -291,6 +291,10 @@ namespace bpkg std::vector<dependency_alternatives> dependencies; std::vector<requirement_alternatives> requirements; + // The following values are only valid in the manifest list. + // + butl::optional<butl::path> location; + public: package_manifest (manifest_parser&); package_manifest (manifest_parser&, manifest_name_value start); |