metadata.xml 771 B

1234567891011121314151617181920
  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>k4be@k4be.pl</email>
  6. <name>k4be</name>
  7. </maintainer>
  8. <longdescription>
  9. OpenClaude is a fork of Claude Code that replaces the Anthropic API backend
  10. with support for any OpenAI-compatible LLM provider, including OpenAI,
  11. Gemini, DeepSeek, Ollama, and 200+ models via LiteLLM.
  12. Versioned releases (non-9999) are installed from prebuilt npm tarballs and
  13. require only Node.js at runtime. The live ebuild (9999) builds from source
  14. and requires dev-lang/bun.
  15. </longdescription>
  16. <upstream>
  17. <remote-id type="github">Gitlawb/openclaude</remote-id>
  18. </upstream>
  19. </pkgmetadata>