commit: ade4ee3a765d1e2289065f2f35efc4576bfe493f Author: James Calligeros <jcalligeros99 <AT> gmail <DOT> com> AuthorDate: Mon Apr 1 05:08:15 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 14:58:12 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=ade4ee3a
repositories: add asahi overlay Signed-off-by: James Calligeros <jcalligeros99 <AT> gmail.com> Closes: https://github.com/gentoo/api-gentoo-org/pull/657 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index ca96eeb..5c478ec 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -419,6 +419,18 @@ <source type="git">https://github.com/arx/ArxGentoo.git</source> <source type="git">git+ssh://[email protected]/arx/ArxGentoo.git</source> </repo> + <repo quality="experimental" status="unofficial"> + <name>asahi</name> + <description lang="en">Asahi Linux Overlay - support for Apple Silicon Macs</description> + <homepage>https://github.com/chadmed/asahi-overlay</homepage> + <owner type="person"> + <email>[email protected]</email> + <name>James Calligeros</name> + </owner> + <source type="git">https://github.com/chadmed/asahi-overlay.git</source> + <source type="git">git+ssh://[email protected]/chadmed/asahi-overlay.git</source> + <feed>https://github.com/chadmed/asahi-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>AstroFloyd</name> <description lang="en">AstroFloyd's Gentoo overlay</description>
