mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
24 lines
894 B
XML
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>
|