diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-21 15:36:56 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-21 15:36:56 -0600 |
commit | 78a0333cf38cc9020658caa687613bb282c8429f (patch) | |
tree | e132f056bc837a6907c18a214eb0af0e02a07f25 | |
parent | 8be5a55a548f8b9fbdc58d26ee2504b749545eab (diff) | |
download | abuild-78a0333cf38cc9020658caa687613bb282c8429f.tar.gz abuild-78a0333cf38cc9020658caa687613bb282c8429f.tar.bz2 abuild-78a0333cf38cc9020658caa687613bb282c8429f.tar.xz abuild-78a0333cf38cc9020658caa687613bb282c8429f.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 |