forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.xml
24 lines (24 loc) · 844 Bytes
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
</maintainer>
<maintainer type="person">
<email>[email protected]</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>
<flag name="static-libs">Link libstdc++ statically</flag>
</use>
</pkgmetadata>