summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-21 15:36:56 -0600
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-03 08:24:18 +0000
commite073ce18900d35a25670d64167525e1e4445c8b4 (patch)
treee2feaafbf0024ac93162bbbd96ec4e55a8f4c07d
parent10181d9f94dfab51a0393f8e8a73d0a3a37a6ecd (diff)
downloadabuild-e073ce18900d35a25670d64167525e1e4445c8b4.tar.bz2
abuild-e073ce18900d35a25670d64167525e1e4445c8b4.tar.xz
docs: Add checkdepends variable
-rw-r--r--APKBUILD.54
1 files changed, 4 insertions, 0 deletions
diff --git a/APKBUILD.5 b/APKBUILD.5
index f3ce950..ad3f82e 100644
--- a/APKBUILD.5
+++ b/APKBUILD.5
@@ -146,6 +146,10 @@ The following variables are not required, but may be set in any
file:
.Bl -tag -width Ds
+.It Cm checkdepends
+Specifies test-time dependencies of the package. Common packages that are
+used for testing include check, dejagnu, and perl-test-command.
+
.It Cm depends
Specifies the run-time dependencies of the package. The
.Xr abuild 1