summaryrefslogtreecommitdiff
path: root/dev-build/bazelisk/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-build/bazelisk/metadata.xml')
-rw-r--r--dev-build/bazelisk/metadata.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-build/bazelisk/metadata.xml b/dev-build/bazelisk/metadata.xml
index 032d00abaf95..de81e5f355e3 100644
--- a/dev-build/bazelisk/metadata.xml
+++ b/dev-build/bazelisk/metadata.xml
@@ -7,12 +7,15 @@
<name>Maciej Barć</name>
</maintainer>
<longdescription>
- Bazelisk is a wrapper for Bazel written in Go. It automatically picks
- a good version of Bazel given your current working directory, downloads it
+ Bazelisk is a wrapper for Bazel written in Go. It automatically picks a
+ good version of Bazel given your current working directory, downloads it
from the official server (if required) and then transparently passes
through all command-line arguments to the real Bazel binary. You can call
it just like you would call Bazel.
</longdescription>
+ <use>
+ <flag name="bazel-symlink">Install bazel symlink that points to bazelisk</flag>
+ </use>
<upstream>
<bugs-to>https://github.com/bazelbuild/bazelisk/issues/</bugs-to>
<remote-id type="github">bazelbuild/bazelisk</remote-id>