summaryrefslogtreecommitdiff
blob: 518e125be25325d00ef4e9cbc9bd68e107e55c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>zmedico@gentoo.org</email>
	</maintainer>
	<maintainer type="person">
		<email>bicatali@gentoo.org</email>
	</maintainer>
	<upstream>
		<remote-id type="github">bazelbuild/bazel</remote-id>
	</upstream>
	<longdescription>
	  Bazel is Google's own build tool. Bazel has built-in support for
	  building both client and server software, including client
	  applications for both Android and iOS platforms. It also provides
	  an extensible framework that you can use to develop your own build
	  rules.
	</longdescription>
	<use>
	  <flag name="tools">Install extra bazel tools to build from sources</flag>
	</use>
</pkgmetadata>