metadata.xml 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>v@0x0c.link</email>
  6. <name>dm9pZCAq</name>
  7. </maintainer>
  8. <use>
  9. <flag name="azure">Enable Azure Blob Storage support</flag>
  10. <flag name="dist-client">Enables distributed support in the sccache client</flag>
  11. <flag name="dist-server">Enables the sccache-dist binary</flag>
  12. <flag name="gcs">Enable Google Cloud Storage support</flag>
  13. <flag name="gha">Enable GitHub Actions Storage support</flag>
  14. <flag name="oss">Enable Object Storage Service support</flag>
  15. <flag name="redis">Enable Redis support</flag>
  16. <flag name="s3">Enable Amazon S3 support</flag>
  17. <flag name="webdav">Enable WebDAV support</flag>
  18. </use>
  19. <longdescription lang="en">
  20. Sccache is a ccache-like tool.
  21. It is used as a compiler wrapper and avoids compilation when possible,
  22. storing a cache in a remote storage using the Amazon Simple Cloud Storage Service (S3) API,
  23. the Google Cloud Storage (GCS) API, or Redis.
  24. Includes experimental rust support.
  25. </longdescription>
  26. <upstream>
  27. <remote-id type="github">mozilla/sccache</remote-id>
  28. <bugs-to>https://github.com/mozilla/sccache/issues</bugs-to>
  29. </upstream>
  30. </pkgmetadata>