diff options
author | Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> | 2024-06-19 14:22:51 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-03 05:02:56 +0100 |
commit | d95b51681830230bdc82e2a67d36f52b65b8ad90 (patch) | |
tree | 8ea9980f86add3beccd5497fc57f2e3953f21b02 /files/overlays | |
parent | repositories: Add pxrb overlay (diff) | |
download | api-d95b51681830230bdc82e2a67d36f52b65b8ad90.tar.gz api-d95b51681830230bdc82e2a67d36f52b65b8ad90.tar.bz2 api-d95b51681830230bdc82e2a67d36f52b65b8ad90.zip |
repositories: add hyprland-overlay
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
Closes: https://github.com/gentoo/api-gentoo-org/pull/679
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'files/overlays')
-rw-r--r-- | files/overlays/repositories.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 33b8cf7e..f1aaec00 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2012,6 +2012,31 @@ <source type="git">git+ssh://git@github.com/TomHotston/hotstoast-overlay.git</source> <feed>https://github.com/TomHotston/hotstoast-overlay/commits/master.atom</feed> </repo> + <repo quality="testing" status="unofficial"> + <name>hyprland-overlay</name> + <description lang="en">An unofficial Gentoo overlay related to all Hyprland utilities</description> + <description lang="fr">Un overlay Gentoo non officiel lié à tous les utilitaires Hyprland</description> + <longdescription lang="en"> + This Gentoo overlay aims to provide packages related to Hyprland. + + Please notice this overlay is not official and is not maintained by + official maintainers of Hyprland. + </longdescription> + <longdescription lang="fr"> + Cet overlay Gentoo vise à fournir des paquets liés à Hyprland. + + Il est important de noter que cet overlay n'est pas officiel et n'est pas + maintenu par des mainteneurs de Hyprland. + </longdescription> + <homepage>https://github.com/beatussum/hyprland-overlay/</homepage> + <owner type="person"> + <email>beatussum@protonmail.com</email> + <name>Mattéo Rossillol‑‑Laruelle</name> + </owner> + <source type="git">https://github.com/beatussum/hyprland-overlay.git</source> + <source type="git">git+ssh://git@github.com/beatussum/hyprland-overlay.git</source> + <feed>https://github.com/beatussum/hyprland-overlay/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>icinga</name> <description lang="en">Gentoo Overlay Repository for Icinga2 related stuff</description> |