summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-04-23 20:34:47 +0200
committerAllan McRae <allan@archlinux.org>2021-05-01 04:08:01 +0200
commit523c393e9e6175e632d355c9440abb0be164a362 (patch)
treeee8450baf831eb9647e066a11aca9d0a05c7c0e5
parent558d08d821a6797c972acdf02e03aa1a1ff49917 (diff)
downloadpacman-523c393e9e6175e632d355c9440abb0be164a362.tar.gz
pacman-523c393e9e6175e632d355c9440abb0be164a362.tar.xz
makepkg: document BUILDTOOL and BUILDTOOLVER environmental variables
These were added without documentation in commit a33cdac10bf1a68279ea1b9baa26aa09126f1ca4 Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--doc/makepkg.8.asciidoc8
1 files changed, 8 insertions, 0 deletions
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=**"<date>"::
Used for link:https://reproducible-builds.org/docs/[Reproducible Builds].
+**BUILDTOOL=**"<name>"::
+ 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=**"<version>"::
+ The version of the '$BUILDTOOL' used.
+
Configuration
-------------
See linkman:makepkg.conf[5] for more details on configuring makepkg using the