summaryrefslogtreecommitdiff
path: root/dev-build/bazelisk/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-20 02:08:45 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-20 02:08:45 +0000
commitaec90632962b8bc48f23a1b5505d8afa0dfb6943 (patch)
tree7f137c721802f50a96c865424e51d1fb73d1baf4 /dev-build/bazelisk/metadata.xml
parent2b2f431a0021b4787ca3c028cefb30ad81347778 (diff)
gentoo auto-resync : 20:01:2024 - 02:08:45
Diffstat (limited to 'dev-build/bazelisk/metadata.xml')
-rw-r--r--dev-build/bazelisk/metadata.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-build/bazelisk/metadata.xml b/dev-build/bazelisk/metadata.xml
new file mode 100644
index 000000000000..032d00abaf95
--- /dev/null
+++ b/dev-build/bazelisk/metadata.xml
@@ -0,0 +1,20 @@
+<?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>
+ <upstream>
+ <bugs-to>https://github.com/bazelbuild/bazelisk/issues/</bugs-to>
+ <remote-id type="github">bazelbuild/bazelisk</remote-id>
+ </upstream>
+</pkgmetadata>