summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-04-09 17:58:00 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-04-09 18:02:00 +0200
commitff4f2253c11ca21c75f529adc8b12785f8afc970 (patch)
treea9875b1522b94d64decf4e43a8a93c881f30458d
parentf92353f57bcc4e96f7f34f67bd8bc0721a4d82c1 (diff)
downloadabuild-ff4f2253c11ca21c75f529adc8b12785f8afc970.tar.bz2
abuild-ff4f2253c11ca21c75f529adc8b12785f8afc970.tar.xz
APKBUILD.5: document depends_* variables for -doc and -openrc
-rw-r--r--APKBUILD.54
1 files changed, 4 insertions, 0 deletions
diff --git a/APKBUILD.5 b/APKBUILD.5
index bfd7a61..5e03aa6 100644
--- a/APKBUILD.5
+++ b/APKBUILD.5
@@ -406,6 +406,10 @@ variables.
Specifies the run-time dependencies of the -dev subpackage.
.It Cm depends_libs
Specifies the run-time dependencies of the -libs subpackage.
+.It Cm depends_openrc
+Specifies the run-time dependencies of the -openrc subpackage.
+.It Cm depends_doc
+Specifies the run-time dependencies of the -doc subpackage.
.It Cm giturl
Specifies the URL of the Git repository to use with
.Cm abuild checkout .