aboutsummaryrefslogtreecommitdiff
path: root/src/fetch_pwd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch_pwd.cc')
-rw-r--r--src/fetch_pwd.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fetch_pwd.cc b/src/fetch_pwd.cc
new file mode 100644
index 0000000..dbd5fcf
--- /dev/null
+++ b/src/fetch_pwd.cc
@@ -0,0 +1,5 @@
+#include "vars.cc"
+
+void fetch_pwd(Pkg pkg) {
+ std::filesystem::copy(std::filesystem::current_path(), pkg.src);
+}