Commit Graph

15 Commits

Author SHA1 Message Date
Natanael Copa b6a807296f APKBUILD.5: document options="lib64" 2020-10-29 12:05:43 +00:00
TBK 714be736a7 APKBUILD.5: change 'abuild checkout' to 'abuild snapshot' 2020-03-23 14:03:44 +00:00
Leo 68a054e274 make default_static depend on depends_static
keeps it in line with other default_ functions.
2019-07-17 11:58:21 +00:00
Keith Maxwell 40e6e9995b APKBUILD.5: match install_if example to abuild.in
This change makes the example in the description of install_if in the
APKBUILD man page match abuild.in:1791.
2019-06-12 12:24:44 +00:00
tcely d733d5e570 APKBUILD.5: sort depends_* descriptions 2019-04-29 18:30:55 +00:00
Sören Tempel ff4f2253c1 APKBUILD.5: document depends_* variables for -doc and -openrc 2019-04-09 18:02:00 +02:00
Sören Tempel f92353f57b abuild: add depends_libs variable to default_libs()
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).
2019-04-09 18:01:44 +02:00
Natanael Copa 0bf61ee06a abuild: do not run check in fakeroot by default
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 12:37:08 +00:00
A. Wilcox 6cc2e53f3f APKBUILD.5: fix mdoc syntax warnings 2018-10-03 08:24:18 +00:00
A. Wilcox e073ce1890 docs: Add checkdepends variable 2018-10-03 08:24:18 +00:00
A. Wilcox 10181d9f94 man: Clarify arguments to install scripts 2018-10-03 08:24:18 +00:00
A. Wilcox 03d07e200f man: Better document install scripts 2018-10-03 08:24:18 +00:00
A. Wilcox 8eb4be6c78 man: remove obsolete !libc_* options 2018-10-03 08:24:18 +00:00
A. Wilcox 6a71529fe3 man: Write requested improvements to documentation 2018-10-03 08:24:18 +00:00
A. Wilcox 3e9503bc83 Add initial manpage drafts 2018-10-03 08:24:18 +00:00