APKBUILD.5: document depends_* variables for -doc and -openrc

This commit is contained in:
Sören Tempel 2019-04-09 17:58:00 +02:00
parent f92353f57b
commit ff4f2253c1

View File

@ -406,6 +406,10 @@ variables.
Specifies the run-time dependencies of the -dev subpackage. Specifies the run-time dependencies of the -dev subpackage.
.It Cm depends_libs .It Cm depends_libs
Specifies the run-time dependencies of the -libs subpackage. 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 .It Cm giturl
Specifies the URL of the Git repository to use with Specifies the URL of the Git repository to use with
.Cm abuild checkout . .Cm abuild checkout .