aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-25 15:19:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-25 15:19:16 +0200
commit8049a4de3a5d77d28f9dbc6b2d712b280548a08a (patch)
tree2ade1611947f617120380f22647cdf4d3df1c0ff /bpkg/fetch
parent8aa9fd02fdbe7b2de9cbd02564431d74b620b1d9 (diff)
Implement archive fetching, complete pkg-fetch
Diffstat (limited to 'bpkg/fetch')
-rw-r--r--bpkg/fetch6
1 files changed, 6 insertions, 0 deletions
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