summaryrefslogtreecommitdiff
path: root/APKBUILD.5
AgeCommit message (Collapse)AuthorFilesLines
2019-07-17make default_static depend on depends_staticLeo1-0/+2
keeps it in line with other default_ functions.
2019-06-12APKBUILD.5: match install_if example to abuild.inKeith Maxwell1-3/+3
This change makes the example in the description of install_if in the APKBUILD man page match abuild.in:1791.
2019-04-29APKBUILD.5: sort depends_* descriptionstcely1-2/+2
2019-04-09APKBUILD.5: document depends_* variables for -doc and -openrcSören Tempel1-0/+4
2019-04-09abuild: add depends_libs variable to default_libs()Sören Tempel1-0/+2
Other subpackage such as -dev, -doc and even -openrc allow adjusting depends of the subpackage through such a variable. This is, for instance, useful to remove a dependency of the origin package from the -libs subpackage. While at it document it in APKBUILD(5).
2018-10-03abuild: do not run check in fakeroot by defaultNatanael Copa1-4/+3
Only run check in fakeroot if options="checkroot" is set. This makes options="!checkroot" the default. I expect most checks work as non-root, and if a testsuite requires root, it will likely fail in fakeroot too. Fakeroot has also shown lower performance for parallel builds.
2018-10-03APKBUILD.5: fix mdoc syntax warningsA. Wilcox1-229/+170
2018-10-03docs: Add checkdepends variableA. Wilcox1-0/+4
2018-10-03man: Clarify arguments to install scriptsA. Wilcox1-3/+3
2018-10-03man: Better document install scriptsA. Wilcox1-2/+9
2018-10-03man: remove obsolete !libc_* optionsA. Wilcox1-9/+0
2018-10-03man: Write requested improvements to documentationA. Wilcox1-48/+181
2018-10-03Add initial manpage draftsA. Wilcox1-0/+488