aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-unpack
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-16 07:16:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-16 07:16:06 +0200
commit236ad71b105365bedf9d28a5606616fb9aed3168 (patch)
tree3e9c4943c6ea854ed1c931033f7f62916585cd81 /bpkg/pkg-unpack
parentfbe0716682ad4fd64df670978785db372cbe2ed2 (diff)
Implement pkg-unpack command
Diffstat (limited to 'bpkg/pkg-unpack')
-rw-r--r--bpkg/pkg-unpack17
1 files changed, 17 insertions, 0 deletions
diff --git a/bpkg/pkg-unpack b/bpkg/pkg-unpack
new file mode 100644
index 0000000..4a37c35
--- /dev/null
+++ b/bpkg/pkg-unpack
@@ -0,0 +1,17 @@
+// file : bpkg/pkg-unpack -*- C++ -*-
+// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BPKG_PKG_UNPACK
+#define BPKG_PKG_UNPACK
+
+#include <bpkg/types>
+#include <bpkg/pkg-unpack-options>
+
+namespace bpkg
+{
+ void
+ pkg_unpack (const pkg_unpack_options&, cli::scanner& args);
+}
+
+#endif // BPKG_PKG_UNPACK