gentoo/dev-build/bazelisk/metadata.xml
Maciej Barć 6e4fb2b433
dev-build/bazelisk: support bazel-symlink
Closes: https://bugs.gentoo.org/926104
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2024-03-04 22:56:44 +01:00

24 lines
894 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>xgqt@gentoo.org</email>
<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
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>
</upstream>
</pkgmetadata>