From f3412acb853ddbd330c5fe6da93e052a40c0a3d4 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 7 Jan 2020 22:41:30 -0500 Subject: add apk-fetch(8) --- doc/Makefile | 1 + doc/apk-fetch.8.scd | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 doc/apk-fetch.8.scd diff --git a/doc/Makefile b/doc/Makefile index 16ad22b..c990e8d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -9,6 +9,7 @@ docs: $(obj)/apk.8 \ $(obj)/apk-cache.8 \ $(obj)/apk-del.8 \ $(obj)/apk-dot.8 \ + $(obj)/apk-fetch.8 \ $(obj)/apk-fix.8 \ $(obj)/apk-index.8 \ $(obj)/apk-info.8 \ diff --git a/doc/apk-fetch.8.scd b/doc/apk-fetch.8.scd new file mode 100644 index 0000000..342d0c7 --- /dev/null +++ b/doc/apk-fetch.8.scd @@ -0,0 +1,41 @@ +apk-fetch(8) + +# NAME + +apk fetch - download packages from global repositories to a local directory + +# SYNOPSIS + +*apk fetch* [<_options_>...] _packages_... + +# DESCRIPTION + +*apk fetch* downloads the requested packages from the configured package +repositories (see *apk-repositories*(5)) to a local directory. The current +working directory is used as the destination directory unless *-o* is +specified. + +# OPTIONS + +*-L, --link* + Create hard links if possible. + +*-o, --output* _DIR_ + Write the downloaded file(s) to _DIR_. + +*-R, --recursive* + Fetch packages and all of their dependencies. + +*-s, --stdout* + Dump the .apk file(s) to stdout. + + *Note*: this option is incompatible with *-o*, *-R*, and the global + *--progress* option. + +*--simulate* + Simulate the requested operation without making any changes. + +# AUTHORS + +Natanael Copa ++ +Timo Teräs <_timo.teras@iki.fi_> -- cgit v1.2.3