From 44a79db90e234c7869b012d07769790aab866457 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 7 Jan 2020 22:40:56 -0500 Subject: add apk-index(8) --- doc/apk-index.8.scd | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/apk-index.8.scd (limited to 'doc/apk-index.8.scd') diff --git a/doc/apk-index.8.scd b/doc/apk-index.8.scd new file mode 100644 index 0000000..37c416e --- /dev/null +++ b/doc/apk-index.8.scd @@ -0,0 +1,36 @@ +apk-index(8) + +# NAME + +apk index - create repository index file from packages + +# SYNOPSIS + +*apk index* [<_options_>...] _packages_... + +# DESCRIPTION + +*apk index* creates a repository index from a list of package files. See +*apk-repositories*(8) for more information on repository indicies. + +Generally, the resulting index must be cryptographically signed before *apk* +will accept it. See *abuild-sign*(1) for details. + +# OPTIONS + +*-d, --description* _TEXT_ + Add a description to the index. Upstream, this is used to add version + information based on the git commit SHA of aports HEAD at the time of + index generation. + +*-o, --output* _FILE_ + Output generated index to _FILE_. + +*-x, --index* _INDEX_ + Read an existing index from _INDEX_ to speed up the creation of the new + index by reusing data when possible. + +# AUTHORS + +Natanael Copa ++ +Timo Teräs <_timo.teras@iki.fi_> -- cgit v1.2.3-60-g2f50