From 33f5e4665f961de406802f13420c66598c7b32e1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 17 Jan 2023 13:10:40 +0300 Subject: Add distribution_name_value::distribution() --- libbpkg/manifest.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libbpkg/manifest.hxx') diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx index 757fc92..055cb7e 100644 --- a/libbpkg/manifest.hxx +++ b/libbpkg/manifest.hxx @@ -1156,6 +1156,12 @@ namespace bpkg distribution_name_value (std::string n, std::string v) : name (std::move (n)), value (std::move (v)) {} + + // Return the name's component if the name has the + // specified suffix, which is assumed to be valid (-name, etc). + // + butl::optional + distribution (const std::string& suffix) const; }; class LIBBPKG_EXPORT package_manifest -- cgit v1.1