mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-05 22:21:39 +00:00
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).
This commit is contained in:
parent
e2a012cba6
commit
f92353f57b
@ -404,6 +404,8 @@ variables.
|
||||
.Bl -tag -width Ds
|
||||
.It Cm depends_dev
|
||||
Specifies the run-time dependencies of the -dev subpackage.
|
||||
.It Cm depends_libs
|
||||
Specifies the run-time dependencies of the -libs subpackage.
|
||||
.It Cm giturl
|
||||
Specifies the URL of the Git repository to use with
|
||||
.Cm abuild checkout .
|
||||
|
Loading…
Reference in New Issue
Block a user