12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
- <pkgmetadata>
- <maintainer type="person">
- <email>v@0x0c.link</email>
- <name>dm9pZCAq</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="gha">Enable GitHub Actions Storage support</flag>
- <flag name="oss">Enable Object Storage Service support</flag>
- <flag name="redis">Enable Redis support</flag>
- <flag name="s3">Enable Amazon S3 support</flag>
- <flag name="webdav">Enable WebDAV support</flag>
- </use>
- <longdescription lang="en">
- Sccache is a ccache-like tool.
- It is used as a compiler wrapper and avoids compilation when possible,
- storing a cache in a remote storage using the Amazon Simple Cloud Storage Service (S3) API,
- the Google Cloud Storage (GCS) API, or Redis.
- Includes experimental rust support.
- </longdescription>
- <upstream>
- <remote-id type="github">mozilla/sccache</remote-id>
- <bugs-to>https://github.com/mozilla/sccache/issues</bugs-to>
- </upstream>
- </pkgmetadata>
|