diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-21 15:36:56 -0600 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-03 08:24:18 +0000 |
commit | e073ce18900d35a25670d64167525e1e4445c8b4 (patch) | |
tree | e2feaafbf0024ac93162bbbd96ec4e55a8f4c07d | |
parent | 10181d9f94dfab51a0393f8e8a73d0a3a37a6ecd (diff) | |
download | abuild-e073ce18900d35a25670d64167525e1e4445c8b4.tar.gz abuild-e073ce18900d35a25670d64167525e1e4445c8b4.tar.bz2 abuild-e073ce18900d35a25670d64167525e1e4445c8b4.tar.xz abuild-e073ce18900d35a25670d64167525e1e4445c8b4.zip |
docs: Add checkdepends variable
-rw-r--r-- | APKBUILD.5 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |