From 8049a4de3a5d77d28f9dbc6b2d712b280548a08a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 Sep 2015 15:19:16 +0200 Subject: Implement archive fetching, complete pkg-fetch --- bpkg/fetch | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bpkg/fetch') diff --git a/bpkg/fetch b/bpkg/fetch index 49d8cd9..9a58cc3 100644 --- a/bpkg/fetch +++ b/bpkg/fetch @@ -20,6 +20,12 @@ namespace bpkg package_manifests fetch_packages (const dir_path&); package_manifests fetch_packages (const common_options&, const repository_location&); + + path + fetch_archive (const common_options&, + const repository_location&, + const path& archive, + const dir_path& destdir); } #endif // BPKG_FETCH -- cgit v1.1