Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-17 | make default_static depend on depends_static | Leo | 1 | -0/+2 | |
keeps it in line with other default_ functions. | |||||
2019-06-12 | APKBUILD.5: match install_if example to abuild.in | Keith Maxwell | 1 | -3/+3 | |
This change makes the example in the description of install_if in the APKBUILD man page match abuild.in:1791. | |||||
2019-04-29 | APKBUILD.5: sort depends_* descriptions | tcely | 1 | -2/+2 | |
2019-04-09 | APKBUILD.5: document depends_* variables for -doc and -openrc | Sören Tempel | 1 | -0/+4 | |
2019-04-09 | abuild: add depends_libs variable to default_libs() | Sören Tempel | 1 | -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-03 | abuild: do not run check in fakeroot by default | Natanael Copa | 1 | -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-03 | APKBUILD.5: fix mdoc syntax warnings | A. Wilcox | 1 | -229/+170 | |
2018-10-03 | docs: Add checkdepends variable | A. Wilcox | 1 | -0/+4 | |
2018-10-03 | man: Clarify arguments to install scripts | A. Wilcox | 1 | -3/+3 | |
2018-10-03 | man: Better document install scripts | A. Wilcox | 1 | -2/+9 | |
2018-10-03 | man: remove obsolete !libc_* options | A. Wilcox | 1 | -9/+0 | |
2018-10-03 | man: Write requested improvements to documentation | A. Wilcox | 1 | -48/+181 | |
2018-10-03 | Add initial manpage drafts | A. Wilcox | 1 | -0/+488 | |