summaryrefslogtreecommitdiff
path: root/dev-util/sccache/metadata.xml
blob: 67f67309f2bd83cb612958651f97cf65d3b846b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>realidealseal@protonmail.com</email>
    <name>idealseal</name>
  </maintainer>
  <maintainer type="project" proxied="proxy">
    <email>proxy-maint@gentoo.org</email>
    <name>Proxy Maintainers</name>
  </maintainer>
  <use>
    <flag name="azure">Enable Azure Blob Storage support</flag>
    <flag name="dist-client">Enables distributed support in the sccache client</flag>
    <flag name="dist-server">Enables the sccache-dist binary</flag>
    <flag name="gcs">Enable Google Cloud Storage support</flag>
    <flag name="redis">Enable Redis support</flag>
    <flag name="s3">Enable full Amazon S3 support</flag>
    <flag name="webdav">Enable WebDAV storage endpoint support</flag>
  </use>
  <longdescription lang="en">
        Sccache is a ccache-like tool.
        It is used as a compiler wrapper and avoids compilation when possible.
        Sccache has the capability to utilize caching in remote storage environments,
        including various cloud storage options, or alternatively, in local storage.
    </longdescription>
  <origin>srcux</origin>
</pkgmetadata>