From 523c393e9e6175e632d355c9440abb0be164a362 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Fri, 23 Apr 2021 14:34:47 -0400 Subject: makepkg: document BUILDTOOL and BUILDTOOLVER environmental variables These were added without documentation in commit a33cdac10bf1a68279ea1b9baa26aa09126f1ca4 Signed-off-by: Eli Schwartz Signed-off-by: Allan McRae --- doc/makepkg.8.asciidoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/makepkg.8.asciidoc b/doc/makepkg.8.asciidoc index 3b5e61b3..38032e7b 100644 --- a/doc/makepkg.8.asciidoc +++ b/doc/makepkg.8.asciidoc @@ -279,6 +279,14 @@ Environment Variables **SOURCE_DATE_EPOCH=**"":: Used for link:https://reproducible-builds.org/docs/[Reproducible Builds]. +**BUILDTOOL=**"":: + The name of a tool ecosystem used to set up the build environment. Used for + defining a spec for reproducible builds, e.g. the linkman:makepkg.conf[5] + used. + +**BUILDTOOLVER=**"":: + The version of the '$BUILDTOOL' used. + Configuration ------------- See linkman:makepkg.conf[5] for more details on configuring makepkg using the -- cgit v1.2.3-24-g4f1b