You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-build/bazelisk/metadata.xml

24 lines
894 B

<?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>